vpx/vp10/decoder
Ronald S. Bultje ecd34e6494 Unify coding order of MC filters between blocks and frame header.
In VP9, the order for frame header was: [0] smooth, [1] regular, [2]
sharp, [3] bilinear. Per-block, the order was [0] regular, [1] smooth
and [2] sharp. For VP10, swap smooth/regular in the frame header so
that the block ordering and frame header ordering are interchangeable.

See issue #1046.

Change-Id: Ic9ec5964874375e40cd59bef50b489a76cbe4365
2015-09-03 09:34:55 -07:00
..
decodeframe.c Unify coding order of MC filters between blocks and frame header. 2015-09-03 09:34:55 -07:00
decodeframe.h VP9Decoder -> VP10Decoder 2015-08-13 14:43:55 -07:00
decodemv.c Include vpx_dsp_common.h when using VPXMIN/MAX 2015-08-31 14:36:35 -07:00
decodemv.h VP9Decoder -> VP10Decoder 2015-08-13 14:43:55 -07:00
decoder.c VP9Decoder -> VP10Decoder 2015-08-13 14:43:55 -07:00
decoder.h VP9Decoder -> VP10Decoder 2015-08-13 14:43:55 -07:00
detokenize.c Remove vp9_ prefix from vp10 files 2015-08-11 21:24:08 -07:00
detokenize.h Correct guard macros in header files 2015-08-13 09:25:39 -07:00
dsubexp.c Remove vp9_ prefix from vp10 files 2015-08-11 21:24:08 -07:00
dsubexp.h Correct guard macros in header files 2015-08-13 09:25:39 -07:00
dthread.c Replace MAX_REF_LF_DELTAS with MAX_REF_FRAMES 2015-08-20 09:52:52 -07:00
dthread.h VP9Common -> VP10Common 2015-08-13 15:00:19 -07:00