]> granicus.if.org Git - libvpx/commit
Correct 3 step search site initialziation
authorYaowu Xu <yaowu@google.com>
Mon, 23 Sep 2013 23:07:31 +0000 (16:07 -0700)
committerYaowu Xu <yaowu@google.com>
Mon, 23 Sep 2013 23:11:49 +0000 (16:11 -0700)
commit838eae39617d402774b8e22744172b4d723e532f
tree1dfe1bc7c85253d53f671bc3b541a3abe3264ad1
parent54c87058bfa5124408f0725deb8373ef94c4b98e
Correct 3 step search site initialziation

39c7b01d accidently reverted the row/col initialization, which broke
mv clamps, which is dependent on the sites for valid motion vector
range. This commit fixed the issue.

Change-Id: Ibcce0226e0360b1ef483fe760b2e33f1af4bf494
vp9/encoder/vp9_mcomp.c