Use sub-pixel search's SSE in mode selection
authorYunqing Wang <yunqingwang@google.com>
Mon, 18 Apr 2011 19:48:34 +0000 (15:48 -0400)
committerYunqing Wang <yunqingwang@google.com>
Mon, 18 Apr 2011 20:12:28 +0000 (16:12 -0400)
commitb8f0b599853e02993ac6894d06511c695ca4bf3a
tree8ea5b0ac8492212a229f4e4ecf07f4b52e022597
parent1312a7a2e2ce740325ea3dde1a149d07e896ee42
Use sub-pixel search's SSE in mode selection

Passed SSE from sub-pixel search back to pick_inter_mode
function, which is compared with the encode_breakout to
see if we could skip evaluating the remaining modes.

Change-Id: I4a86442834f0d1b880a19e21ea52d17d505f941d
vp8/encoder/mcomp.c
vp8/encoder/mcomp.h
vp8/encoder/pickinter.c
vp8/encoder/rdopt.c
vp8/encoder/temporal_filter.c