]> granicus.if.org Git - libvpx/commit
Assert no mv clamping for scaled references
authorYaowu Xu <yaowu@google.com>
Tue, 5 Jan 2016 02:24:18 +0000 (18:24 -0800)
committerYaowu Xu <yaowu@google.com>
Tue, 5 Jan 2016 22:55:05 +0000 (14:55 -0800)
commit2bd4f444092bf1902a1caca66e14e8e75189191d
treefa4e3ff63716a937f474ecbf7e511d6be0bc909e
parentce6d3f1de4cf64879d15ebd4a00d59f31d046ccc
Assert no mv clamping for scaled references

Under --enable-better-hw-compabibility, this commit adds the asserts
that no mv clamping is applied for scaled references, so when built
with this configure option, decoder will assert if an input bitstream
triggger mv clamping for scaled reference frames.

Change-Id: I786e86a2bbbfb5bc2d2b706a31b0ffa8fe2eb0cb
vp9/common/vp9_reconinter.c
vp9/decoder/vp9_decodeframe.c