Sign in
aomedia
/
avm
/
887069f3cd921c9a9047d6b8c919432846679930
/
av1
/
decoder
/
decodemv.c
c082bbc
Add new coding tool of ext-comp-refs
by Zoe Liu
· 8 years ago
0c634c7
Unify the checking on compound mode prediction
by Zoe Liu
· 8 years ago
5658662
Support two scanning passes for rd_pick_partition.
by Di Chen
· 8 years ago
315f578
NEW_MULTISYMBOL: adapt single_ref flags.
by Thomas Davies
· 8 years ago
149eda5
NEW_MULTISYMBOL: adapt inter mode flags.
by Thomas Davies
· 8 years ago
f6ad935
NEW_MULTISYMBOL: Adapt intra_inter binary symbol.
by Thomas Davies
· 8 years ago
61e3e37
NEW_MULTISYMBOL: Adapt skip binary symbol.
by Thomas Davies
· 8 years ago
85b6646
Add encoder/decoder pipeline to support single ref comp modes
by Zoe Liu
· 8 years ago
7b1ec7a
Add encoder/decoder support for var-refs
by Zoe Liu
· 8 years ago
f71808c
intrabc: Elide tx size for intrabc skip
by Alex Converse
· 8 years ago
6b2584c
intrabc: Elide subpel bits
by Alex Converse
· 8 years ago
7c412ea
intrabc: adapt use_intrabc prob
by Alex Converse
· 8 years ago
b4ed149
filter-intra: fix compiler warnings when cb4x4 is off
by hui su
· 8 years ago
f03907a
Make ext_inter/wedge/compound_segment/interintra on by default
by Yue Chen
· 8 years ago
331662e
Rework txfm_above and txfm_left context offset
by Jingning Han
· 8 years ago
78bfc28
Rename LOWDELAY_COMPOUND to ONE_SIDED_COMPOUND
by Arild Fuldseth (arilfuld)
· 8 years ago
62946d1
Fix enc/dec mismatch in filter-intra and chroma-sub8x8
by Jingning Han
· 8 years ago
9e2c7a6
Frame level flags to ctrl ext-inter compound modes
by Debargha Mukherjee
· 8 years ago
8d486ae
Simplify Frame Context for cfl_read_intra
by Luc Trudeau
· 8 years ago
a1f80e3
Pass FRAME_CONTEXT when reading intra modes.
by Nathan E. Egge
· 8 years ago
476c63c
Remove the DAALA_EC experiment.
by Nathan E. Egge
· 8 years ago
e16b266
var_tx+intrabc: Fix infinite recursion
by Alex Converse
· 8 years ago
84a44db
[CFL] Calculate SSE for distinct alpha before RDO
by David Michael Barr
· 8 years ago
3ca7dd9
Fix assertion failure in var_tx+rect_tx-ext_tx
by Yue Chen
· 8 years ago
5a9ea00
Handle SMOOTH_HV config in some missing places.
by Urvang Joshi
· 8 years ago
cd53951
Replace EC_MULTISYMBOL with DAALA_EC || ANS.
by Nathan E. Egge
· 8 years ago
56e226e
Enable 1:4/4:1 transform for 8x16 and 16x8 luma blocks
by Yue Chen
· 8 years ago
bb6e134
Remove NEAREST_NEARMV / NEAR_NEARESTMV modes
by Debargha Mukherjee
· 8 years ago
69d2101
Use single reference frame for 4x4 coding block in chroma-sub8x8
by Jingning Han
· 8 years ago
fa4ff85
Palette: use uint16_t to store palette colors
by hui su
· 8 years ago
b09b55d
[CFL] Add support for intra in inter
by Luc Trudeau
· 8 years ago
44c2bad
intrabc: Add a DV prediction scheme derived from ref_mv
by Alex Converse
· 8 years ago
0ba850e
Palette_delta_encoding: compile fix.
by Urvang Joshi
· 8 years ago
33567b2
Palette: use color cache to compress base colors
by hui su
· 8 years ago
4d26acb
Add CONFIG_INTERINTRA flags and reduce # of interintra modes to 4
by Yue Chen
· 8 years ago
a9bd85f
[CFL] Rename cfl_alpha_ind to cfl_alpha_idx
by Luc Trudeau
· 8 years ago
2879165
Force EC_MULTISYMBOL on when --enable-cfl.
by Nathan E. Egge
· 8 years ago
daa15e4
intrabc: Allow ext_tx transforms
by Alex Converse
· 8 years ago
2c31790
[CFL] Support for skip_chroma_rd in CB4X4
by Luc Trudeau
· 8 years ago
f533400
[CFL] Alpha signaling
by Luc Trudeau
· 8 years ago
e140c50
Merge ref-mv into codebase
by Sebastien Alaiwan
· 8 years ago
2d0e9b7
Move compound segment mask buffer from mbmi to xd
by Sarah Parker
· 8 years ago
2dbdf68
Revert "Move compound segment mask buffer from mbmi to xd"
by Frank Galligan
· 8 years ago
0df711f
Fix and cleanup interpolation filter assignments
by Debargha Mukherjee
· 8 years ago
2cf73eb
Move compound segment mask buffer from mbmi to xd
by Sarah Parker
· 8 years ago
3d0bdc1
Refactor read_mv() calls out of ref-mv blocks.
by Alex Converse
· 8 years ago
c76f9dc
Fix some failures with global motion and cb4x4 on.
by Debargha Mukherjee
· 8 years ago
6b06472
Fix enc/dec mismatch when sub8x8_comp_ref is forced off
by Jingning Han
· 8 years ago
3889730
Enable low-latency (uni-directional) compound mode (normative)
by Arild Fuldseth (arilfuld)
· 8 years ago
0a6731f
Refactor ext-intra
by hui su
· 8 years ago
3749929
Make variables const in write_uniform() and read_uniform()
by hui su
· 8 years ago
83d490c
Fix mismatch w/ dual_filter and global/warped
by Debargha Mukherjee
· 8 years ago
c5f735f
Fix separation between ext-inter group of expts.
by Debargha Mukherjee
· 8 years ago
1b6ccfc
Revert "Fix separation between ext-inter group of expts."
by James Zern
· 8 years ago
231fe42
Extend delta q to have delta lf
by Fangwen Fu
· 8 years ago
d6c17d9
Resolve compiling error due to dual-filter and intrabc
by Jingning Han
· 8 years ago
5ca25df
Fix separation between ext-inter group of expts.
by Debargha Mukherjee
· 8 years ago
2874430
intrabc: Add initial skeleton
by Alex Converse
· 8 years ago
1b5bd00
Fix ext-inter decode mem access
by Jingning Han
· 8 years ago
3dfba99
Harmonize ext-inter and ref-mv
by David Barker
· 8 years ago
d13c24a
palette-delta-encoding experiment
by hui su
· 8 years ago
7a84fd8
Initialize the reference vector list
by Frederic Barbier
· 8 years ago
cd9b03f
Add txk_sel exp
by Angie Chiang
· 8 years ago
39b06eb
Add plane to tx_type read/write/update functions
by Angie Chiang
· 8 years ago
4c10a3c
Refactor gm/wm/obmc for cleaner warping interactions
by Sarah Parker
· 8 years ago
a9f9a31
Modify av1_read_tx_type for lv_map exp
by Angie Chiang
· 8 years ago
7f24e1b
Remove the single ref inter mode NEWFROMNEARMV
by Zoe Liu
· 8 years ago
9923d1b
Fix valgrind error caused by NONE_FRAME in ref list
by Sarah Parker
· 8 years ago
d3a6443
Rework sub8x8 chroma reference check to support non-420 format
by Jingning Han
· 8 years ago
91eb798
Fix mismatch in global-motion experiment
by Sarah Parker
· 8 years ago
72e2e98
Avoid out-of-bounds issue
by Frederic Barbier
· 8 years ago
404b2e8
Allow NEAR_NEARMV and NEW_NEWMV modes to use ref_mv_idx
by David Barker
· 8 years ago
68abef8
deltaq: Use block size / mask macros
by Alex Converse
· 8 years ago
e8e6cad
Split current block samples for warp estimation
by Debargha Mukherjee
· 8 years ago
54de7d6
Disallow cm->delta_q_present_flag=1 when cm->base_qindex=0.
by Arild Fuldseth (arilfuld)
· 8 years ago
b1bedf5
Align EXT_TX with EC_MULTISYMBOL and EC_ADAPT.
by Thomas Davies
· 8 years ago
b4e25d2
Make ext-intra/intra-interp work with ec-multisymbol
by hui su
· 8 years ago
19234cc
Macro to disable warped/obmc_causal with global motion
by Sarah Parker
· 8 years ago
428bbb2
Fix config flags among var-tx/ext-tx/rect-tx
by Debargha Mukherjee
· 8 years ago
d0916d9
Add aom_merge_corrupted_flag to simplify debugging
by Angie Chiang
· 8 years ago
15580c5
Fix bug with tx_size_coding for EC_ADAPT.
by Thomas Davies
· 8 years ago
531d6af
localize the use of CONFIG_DEPENDENT_HORZTILES
by Yaowu Xu
· 8 years ago
d6ee8a8
Add a CDF for coding delta_q.
by Thomas Davies
· 8 years ago
febb59c
Allow global motion based translation for sub8x8
by Debargha Mukherjee
· 8 years ago
5329a2b
Restrict the number of neighbors in obmc mode
by Yue Chen
· 8 years ago
ae7c458
Turn off global motion for sub8x8 blocks
by Sarah Parker
· 8 years ago
246d273
Assign offsets correctly to compute warped motion
by Debargha Mukherjee
· 8 years ago
c41a549
Disable compound mode in sub8x8 coding blocks
by Jingning Han
· 8 years ago
f6dd3c6
Better block center in gm_get_motion_vector fn
by Debargha Mukherjee
· 8 years ago
e6eb3b5
Integerize warped motion computation
by Debargha Mukherjee
· 8 years ago
45390c1
Change gm_get_motion_vector
by David Barker
· 8 years ago
36fe320
Skip non-reference position chroma uv intra mode coding
by Jingning Han
· 8 years ago
e68a3e4
Add default reduced set for ext-tx
by Sarah Parker
· 8 years ago
2ea519e
Use tx_size_cdf with CONFIG_EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
55ce9e0
apply clang-format
by clang-format
· 8 years ago
9275a7c
Fixes a mismatch introduced in a previous patch
by Debargha Mukherjee
· 8 years ago
cb51228
Separate intra tx_size logic between var-tx and rect-tx
by Jingning Han
· 8 years ago
42d9610
Avoid sending bits for the compound type for sub 8x8 blocks
by Sarah Parker
· 8 years ago
19e7aa8
Remove interp filter for non-translation global mv
by Yue Chen
· 8 years ago
3aec8d6
Fix encode/decode mismatches for supertx + delta-q
by David Barker
· 8 years ago
Next »