]> granicus.if.org Git - libvpx/commit
Limit mv range to be based on partition size
authorYaowu Xu <yaowu@google.com>
Fri, 23 Aug 2013 20:29:32 +0000 (13:29 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 23 Aug 2013 22:43:57 +0000 (15:43 -0700)
commit13930cf569e8e0459fa2ccd5da08e05c4b0cd11d
treecfdc5122a3c5f4af0530adeed7eb217d59c6ccb6
parent8e04257bc5ec1af171a7d9c512393a908ff08066
Limit mv range to be based on partition size

Previous change c4048dbd limits the mv search range assuming max block
size of 64x64, this commit change the search range using actual block
size instead.

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