899585ebe9
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 |
||
---|---|---|
.. | ||
vp9_decodeframe.c | ||
vp9_decodeframe.h | ||
vp9_decodemv.c | ||
vp9_decodemv.h | ||
vp9_decoder.c | ||
vp9_decoder.h | ||
vp9_detokenize.c | ||
vp9_detokenize.h | ||
vp9_dsubexp.c | ||
vp9_dsubexp.h | ||
vp9_dthread.c | ||
vp9_dthread.h | ||
vp9_read_bit_buffer.c | ||
vp9_read_bit_buffer.h | ||
vp9_reader.c | ||
vp9_reader.h |