vpx/vp8/decoder
Paul Wilkins 2d60bee1fb New Motion Reference Search
Alternative strategy for finding a list of candidate motion
vectors to use as reference values in mv coding and as
nearest and near.

Sort by sad in vp8_find_best_ref_mvs() rather than just
pick the best. Allow 0,0 as a best ref option but not a
nearest or near unless there are no alternatives.

Encode/Decode verified on at least some clips.

Some commented out experimental and stats code still in place.

Gain over existing code averages about 1% on derf (alll metrics)
with improvement on all clips. Other test results pending.

The entropy coding of the mode (nearest/near etc) still
depends upon and requires the old "findnear" code so
this needs looking at and may provide room for further gains.

Change-Id: I871d7cba1d1c379c4bad9bcccce1fb19c46b8247
2012-08-24 18:08:21 +01:00
..
arm Restyle code 2012-07-17 11:46:03 -07:00
generic 16x16 DCT blocks. 2012-08-02 17:33:10 -07:00
x86 Restyle code 2012-07-17 11:46:03 -07:00
asm_dec_offsets.c "Eliminated TOKENEXTRABITS" broke the windows build. 2011-07-26 09:33:16 -04:00
dboolhuff.c Merges several experiments 2012-07-27 12:12:39 -07:00
dboolhuff.h Merges several experiments 2012-07-27 12:12:39 -07:00
decodemv.c New Motion Reference Search 2012-08-24 18:08:21 +01:00
decodemv.h Add x86_64-darwin11-gcc target. 2012-08-06 15:26:58 -07:00
decodframe.c Merge "Superblock coding." into experimental 2012-08-20 17:04:23 -07:00
dequantize.c Refactoring hybrid transform coding 2012-08-06 17:26:21 -07:00
dequantize.h Fix some compiler warnings. 2012-08-20 17:45:36 -07:00
detokenize.c Fix compiler warnings 2012-08-21 15:09:42 -07:00
detokenize.h Code clean up. 2012-08-15 11:00:53 +01:00
ec_types.h Restyle code 2012-07-17 11:46:03 -07:00
idct_blk.c Superblock coding. 2012-08-20 14:43:34 -07:00
onyxd_if.c Superblock coding. 2012-08-20 14:43:34 -07:00
onyxd_int.h enable interleaved decoding of mode and mv 2012-08-03 12:34:48 -07:00
reconintra_mt.c Code clean up. 2012-08-15 11:00:53 +01:00
reconintra_mt.h Removal of threading code. 2012-02-10 16:23:59 +00:00
treereader.h Restyle code 2012-07-17 11:46:03 -07:00