]> granicus.if.org Git - libvpx/commit
Fix range checks in motion search
authorYunqing Wang <yunqingwang@google.com>
Wed, 27 Jul 2011 14:37:33 +0000 (10:37 -0400)
committerYunqing Wang <yunqingwang@google.com>
Wed, 27 Jul 2011 14:37:33 +0000 (10:37 -0400)
commitbde2afbe23c6a503d57720cb49f703d110e2aa11
treef0c3cfce4033e13a3584fe614a505ad97995b0b4
parentfe270dd527236139638e1b9e0547a49beb20862c
Fix range checks in motion search

There were some situations that the start motion vectors were
out of range. This fix adjusted range checks to make sure they
are checked and clamped.

Change-Id: Ife83b7fed0882bba6d1fa559b6e63c054fd5065d
vp8/encoder/mcomp.c
vp8/encoder/pickinter.c
vp8/encoder/rdopt.c