shithub: libvpx

Download patch

ref: 3d6815817cc0d74bbc42294f9fbca01f7840aeef
parent: 534ea700bd690e8f3f6e0d9db930b3bf65a08cac
author: Yunqing Wang <yunqingwang@google.com>
date: Fri Apr 1 12:41:58 EDT 2011

Use full-pixel MV in mvsadcost calculation

MV sad cost error is only used in full-pixel motion search,
which only need full-pixel resolution instead of quarter-pixel
resolution. This change reduced mvsadcost table size, and
removed unneccessary pamameter passing since this table is
constant once it is generated.

Change-Id: I9f931e55f6abc3c99011321f1dfb2f3562e6f6b0