Sign in
aomedia
/
avm
/
005feb6bcc01c931805440ce16f5416d62e7ad0d
/
av1
005feb6
Add get_plane_type() helper function.
by Luc Trudeau
· 8 years ago
d59fa2a
Use 10 tap for sharp interpolation filter
by Angie Chiang
· 8 years ago
0a2c0cb
Let hbd conv func be flexible
by Angie Chiang
· 8 years ago
2b0eeb1
Fix a compiling error in ext-tx and var-tx
by Jingning Han
· 8 years ago
1857cfa
Remove recon_variance variable from MACROBLOCK
by Jingning Han
· 8 years ago
b5bb3ff
Remove unused av1_build_inter_predictors_sbp()
by Jingning Han
· 8 years ago
5effe3f
Avoid sending tx type for ext_tx reduced set for sub 8x8
by Sarah Parker
· 8 years ago
d8941da
Remove inlier_map argument from ransac methods.
by emilkeyder@google.com
· 8 years ago
31b6a4f
Add chroma 2x2 block experiment
by Jingning Han
· 8 years ago
45390c1
Change gm_get_motion_vector
by David Barker
· 8 years ago
f0179c3
Fix bottom ref condition for intra prediction in cb4x4
by Jingning Han
· 8 years ago
30ba4b4
Fix some includes in global_motion.{c,h}.
by emilkeyder@google.com
· 8 years ago
043de63
Turn off has_subpel_mv_component check
by Angie Chiang
· 8 years ago
e7e3720
Enable av1_is_interp_needed in handle_inter_mode
by Angie Chiang
· 8 years ago
cc71508
Another fix for building pvq and palette together
by Yushin Cho
· 8 years ago
9210981
palette: Use some enums / defines
by Alex Converse
· 8 years ago
e580092
Fix the build error when pvq and pallete are both enabled
by Yushin Cho
· 8 years ago
1b5bd29
Remove redundant full-pixel check from rdopt.c
by Angie Chiang
· 8 years ago
ea576f3
Fix block encoding stage inter mode operation
by Jingning Han
· 8 years ago
36fe320
Skip non-reference position chroma uv intra mode coding
by Jingning Han
· 8 years ago
9ce464c
Account for the re-scheduled sub8x8 chroma block order
by Jingning Han
· 8 years ago
edc62f7
Fix chroma intra prediction reference check
by Jingning Han
· 8 years ago
8efdbc8
Skip 2x2 uv block in the rd search loop
by Jingning Han
· 8 years ago
c20dc8e
Sync sub8x8 chroma component decoding process
by Jingning Han
· 8 years ago
f71d561
Make convolve_round works without dual_filter
by Angie Chiang
· 8 years ago
a3a30c4
No round in the second interp stage in conv_round
by Angie Chiang
· 8 years ago
08542b9
Reduce transform set for 16x32/32x16
by Debargha Mukherjee
· 8 years ago
6c65278
Increase global motion translation precision
by David Barker
· 8 years ago
db4e499
Remove av1_is_interp_needed from update_state##
by Angie Chiang
· 8 years ago
38edf68
Simplify write_mb_interp_filter code flow
by Angie Chiang
· 8 years ago
dd1ca30
Reimplement av1_convolve unit test
by Angie Chiang
· 8 years ago
b39378e
Fix the bug that prevents both pvq and ec_adapt work together
by Yushin Cho
· 8 years ago
e68a3e4
Add default reduced set for ext-tx
by Sarah Parker
· 8 years ago
9198d13
Rearrange self-guided filter for vectorization
by David Barker
· 8 years ago
c5958db
Clean up convolve.c
by Angie Chiang
· 8 years ago
e06132e
get_pred_context_switchable_interp: remove redundant conditions.
by Urvang Joshi
· 8 years ago
a5d892b
Don't rely on signed-integer overflow to detect out-of-range values.
by Sebastien Alaiwan
· 8 years ago
1a02439
Huge speedup for range checking.
by Sebastien Alaiwan
· 8 years ago
18c53c8
Re-schedule sub8x8 chroma component encoding process
by Jingning Han
· 8 years ago
0143513
Merging the dering and clpf experiments into a single experiment: CDEF
by Jean-Marc Valin
· 8 years ago
a067172
Remove ATTRIBUTE_PACKED from InterpFilter which broke something
by Steinar Midtskogen
· 8 years ago
475d419
Remove av1_foreach_transformed_block() function
by Jingning Han
· 8 years ago
f828d40
Refactor build_inter_predictors_for_planes()
by Jingning Han
· 8 years ago
b353a8e
Remove tx_size_prob from compressed header with EC_ADAPT.
by Nathan E. Egge
· 8 years ago
5e76162
ext-intra and filter-intra: use switchable transform type
by hui su
· 8 years ago
a9b174b
InterpFilter type: Create an enum.
by Urvang Joshi
· 8 years ago
0a79a1b
Change to use correct size
by Yaowu Xu
· 8 years ago
4be1262
Replace division in self-guided filter
by Debargha Mukherjee
· 8 years ago
5dfa930
Support trapezoidal models for global motion
by Debargha Mukherjee
· 8 years ago
15dbc1a
Avoid unused variable warnings when CLPF and dering are enabled.
by Thomas Daede
· 8 years ago
2ea519e
Use tx_size_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
5c20729
Remove PVQ_CHROMA_RD codes
by Yushin Cho
· 8 years ago
d9ad054
Disabling second dering filter when CLPF is enabled.
by Jean-Marc Valin
· 8 years ago
4d4cbc9
Use 8tap sharp filter for UV plane
by Angie Chiang
· 8 years ago
002e7b7
Implement a new rate control system
by Rostislav Pehlivanov
· 8 years ago
ed8e2d2
NEW_TOKENSET: modify trellis and coeff costs.
by Thomas Davies
· 8 years ago
e568e6f
[ext-intra] fix bug in sample interpolation when dy < 0
by Joe Young
· 8 years ago
7a08fe5
unify the way to count tx_size in encode&decode
by Yaowu Xu
· 8 years ago
27713d9
EC_ADAPT: do faster adaptation initially.
by Thomas Davies
· 8 years ago
55ce9e0
apply clang-format
by clang-format
· 8 years ago
1b672d3
Make convolve_round compiled without dual_filter
by Zoe Liu
· 8 years ago
15338d5
Speed up global motion determination
by David Barker
· 8 years ago
338e135
Fix compile error with global-motion + highbitdepth
by David Barker
· 8 years ago
925e83c
Clean up PVQ's bistream packing
by Yushin Cho
· 8 years ago
b3c43bc
Add a macro to control use of domain txfm filter
by Debargha Mukherjee
· 8 years ago
0be0aa1
Fixes a bug introduced in ext-inter with cb4x4
by Debargha Mukherjee
· 8 years ago
9275a7c
Fixes a mismatch introduced in a previous patch
by Debargha Mukherjee
· 8 years ago
d90eefe
av1/encoder/block.h: s/inline/INLINE/
by James Zern
· 8 years ago
4483ea2
Clean up pvq codes in bitstream packing
by Yushin Cho
· 8 years ago
92b90f3
Add comments about some default probability tables.
by Urvang Joshi
· 8 years ago
45e0d46
Skip count update in error resilient mode
by Jingning Han
· 8 years ago
e0b7151
Fix compile error for global-motion without ref-mv
by David Barker
· 8 years ago
17ce8b1
Remove file base name collisions.
by Tom Finegan
· 8 years ago
71a2ea7
Silence unused function warning with ANS.
by Nathan E. Egge
· 8 years ago
7a2af6c
Separate Y and UV planes' filter declaration
by Angie Chiang
· 8 years ago
e3a4c1c
Pass plane into get_conv_params###
by Angie Chiang
· 8 years ago
6f93848
Use 6-tap filters for smooth and smooth2 filter
by Angie Chiang
· 8 years ago
5d0b310
Make adapt-scan support multi-thread encoding
by Jingning Han
· 8 years ago
cb51228
Separate intra tx_size logic between var-tx and rect-tx
by Jingning Han
· 8 years ago
118bf67
Implement shorter-tap first in convolve_round
by Angie Chiang
· 8 years ago
befcc42
Fix segfault with loop-restoration on x86.
by David Barker
· 8 years ago
b05e5d1
Add a new experiment of REF_ADAPT
by Zoe Liu
· 8 years ago
f844e6e
Speed up CLPF when there's nothing to clip
by Steinar Midtskogen
· 8 years ago
4f0b3ed
Retune the CLPF kernel
by Steinar Midtskogen
· 8 years ago
822eea3
Exclusively uses 12-tap filter in convolve_round
by Angie Chiang
· 8 years ago
1dbda1b
Convert PVQ coefficient handling functions to tran_low_t.
by Thomas Daede
· 8 years ago
73ad523
Add support for disabling CLPF on tile boundaries
by Steinar Midtskogen
· 8 years ago
42d9610
Avoid sending bits for the compound type for sub 8x8 blocks
by Sarah Parker
· 8 years ago
e93acb2
Scale PVQ input to OD_COEFF_SHIFT resolution.
by Timothy B. Terriberry
· 8 years ago
617744b
Remove av1_cost_coeffs from rdopt.h if using PVQ.
by Thomas Daede
· 8 years ago
7927a97
Add av1_convolve_2d_facade
by Angie Chiang
· 8 years ago
a9598cd
ec_multisymbol: Split off new new_tokenset experiment
by Alex Converse
· 8 years ago
fb99317
Reset PVQ chroma QM interpolation to constant identity QM
by David Michael Barr
· 8 years ago
e2746e3
entropy: Fix --disable-ec_multisymbol build
by Alex Converse
· 8 years ago
7b9f2b3
add horizontal tile dependence support
by Fangwen Fu
· 8 years ago
e4c4691
Enable an activity masking of PVQ
by Yushin Cho
· 8 years ago
3ebfe2a
Fix fixed-pt PVQ compand/expand outputs zero gain
by Yushin Cho
· 8 years ago
fc1598a
EC_MULTISYMBOL: Include EOB in multisymbol encoding.
by Thomas Davies
· 8 years ago
19e7aa8
Remove interp filter for non-translation global mv
by Yue Chen
· 8 years ago
ad67d79
set loop_filter_across_tiles_enabled flag to 1 in default case
by Ryan Lei
· 8 years ago
Next »