]> granicus.if.org Git - libvpx/commit
Change to limit the mv search range
authorYaowu Xu <yaowu@google.com>
Sat, 10 Aug 2013 22:04:02 +0000 (15:04 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 20 Aug 2013 00:19:36 +0000 (17:19 -0700)
commitc4048dbdd39dbd4763852a6d0a27f183677c4225
tree1626130bc5bf65f6a9f61f203eec932908fcb449
parentf70330a906fc42bbb6f7100ed1ad5800007b96bc
Change to limit the mv search range

As the pixel values beyond image border are duplicates of pixels
on edge, the change limits the mv search range, any mv beyond
the limits no longer produce new/different prediction values
as entire block with pixels used for subpel interpolation are
outside image border.

Change-Id: I4c6fdf06e33c1cef1489f5470ce0fb4e5e01fb79
vp9/common/vp9_enums.h
vp9/encoder/vp9_encodeframe.c