commit | 3d6815817cc0d74bbc42294f9fbca01f7840aeef | [log] [tgz] |
---|---|---|
author | Yunqing Wang <yunqingwang@google.com> | Fri Apr 01 16:41:58 2011 -0400 |
committer | Yunqing Wang <yunqingwang@google.com> | Fri Apr 01 16:41:58 2011 -0400 |
tree | 2d097e03587b8e501a13f5c16475c80b3d6dcdc6 | |
parent | 534ea700bd690e8f3f6e0d9db930b3bf65a08cac [diff] |
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