Fix a bug happening while encoding at profile=3
authorYunqing Wang <yunqingwang@google.com>
Tue, 24 May 2011 19:59:37 +0000 (15:59 -0400)
committerYunqing Wang <yunqingwang@google.com>
Tue, 24 May 2011 20:28:23 +0000 (16:28 -0400)
commitd75eb7365357ec45626452756308d4327fa66911
tree2f375dc9ae7d1fb30a13943961925047b180c5cc
parentcfab2caee1d937b1ec34b1a8ea1e8680ad55ad3a
Fix a bug happening while encoding at profile=3

While profile=3, there is no sub-pixel search. Distortion and SSE
have to calculated using get_inter_mbpred_error().

Change-Id: Ifb36e17eef7750af93efa7d0e2870142ef540184
vp8/encoder/pickinter.c