]> granicus.if.org Git - libvpx/commit
Properly handle the boundary blocks for integral projection search
authorJingning Han <jingning@google.com>
Mon, 2 Mar 2015 21:51:12 +0000 (13:51 -0800)
committerJingning Han <jingning@google.com>
Wed, 4 Mar 2015 00:15:12 +0000 (16:15 -0800)
commite5fe165840d25240d6b2fe02f33c613eda61ff2e
tree86cd2e065fcc681315ced7be877a8c94df78e96a
parent6e5115e12e916e7d787e0daf2a30a7c610947871
Properly handle the boundary blocks for integral projection search

Use rectangular block size for integral projection motion estimation
if the the 64x64 block has over half block outside the frame. This
avoids the issue that the motion information of these blocks is
dominated by the extended pixels, instead of the pixels of interest.

Change-Id: I22f4d2bb7f6a20db9b3f5e2e5463a7f4b9d1b737
vp9/encoder/vp9_encodeframe.c