use get8x8var directly for non-subpixel motion case in VP8_UVSSE
authorYaowu Xu <yaowu@google.com>
Sun, 22 May 2011 04:51:21 +0000 (21:51 -0700)
committerYaowu Xu <yaowu@google.com>
Mon, 23 May 2011 16:11:28 +0000 (09:11 -0700)
commitab2dfd22f3edb6b0571913bd27645252653520bf
treeb57ebd093a98d49d519f25dfd437aa9ba63fd0e1
parent1f3f18443db5820157448515579c14efd19eea1b
use get8x8var directly for non-subpixel motion case in VP8_UVSSE

VP8_UVSSE mistakenly used subpixvar8x8 to calculate SSE for non-subpixl
motion cases.

Change-Id: I4a5398bb9ef39c211039f6af4540546d4972e6a9
vp8/encoder/rdopt.c