vpx/vp9/decoder
Jim Bankoski 899585ebe9 Fix reference frame size restrictions.
The issue was introduced by commit g9f37d14 with adding explicit
restrictions on reference-frame scale factors. The restriction
is checked against aligned-by-8 frame dimensions, not against
original ones. So, for example, frame of 35×35 actually can refer
to frame of 70×70, but the new check won't allow this. It will
compare 35 vs 72 (not 70), so 2x downscale limit will be exceeded.

Change-Id: Ic663693034440f64ac8312cbff9e1e773a921060
2014-07-28 08:37:25 -07:00
..
vp9_decodeframe.c Fix reference frame size restrictions. 2014-07-28 08:37:25 -07:00
vp9_decodeframe.h Separates profile 2 into 2 profiles 2 and 3 2014-07-17 20:51:59 -07:00
vp9_decodemv.c Changed validation of reference frame size 2014-07-24 14:58:01 -07:00
vp9_decodemv.h Removing vp9_onyxd_int.h file. 2014-03-05 10:39:29 -08:00
vp9_decoder.c Fix show_existing_frame not decreasing frame buffer ref counter. 2014-07-15 11:06:15 -07:00
vp9_decoder.h Merge "Move vp9_thread.* to common." 2014-07-09 10:16:13 -07:00
vp9_detokenize.c Some extra bit probability cleanups 2014-07-11 11:39:18 -07:00
vp9_detokenize.h Renaming vp9_onyxd.h and vp9_onyxd_if.c to vp9_decoder.{h, c}. 2014-03-06 12:08:20 -08:00
vp9_dsubexp.c Remove an unused function 2014-04-20 14:50:35 -07:00
vp9_dsubexp.h vp9/decoder: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp9_dthread.c update vp9_thread.[hc] 2014-07-01 00:39:10 -07:00
vp9_dthread.h Move vp9_thread.* to common. 2014-07-07 14:52:19 -07:00
vp9_read_bit_buffer.c Improve vp9_rb_bytes_read 2014-06-18 08:31:45 -07:00
vp9_read_bit_buffer.h vp9_read_bit_buffer.h convert header statics to global functions 2014-03-03 15:21:22 -08:00
vp9_reader.c Add VPXD_SET_DECRYPTOR support to the VP9 decoder. 2014-04-23 16:11:54 -07:00
vp9_reader.h Add VPXD_SET_DECRYPTOR support to the VP9 decoder. 2014-04-23 16:11:54 -07:00