Remove halfpix specialization
authorJohann <johannkoenig@google.com>
Tue, 23 Aug 2016 23:58:07 +0000 (16:58 -0700)
committerJohann <johannkoenig@google.com>
Wed, 24 Aug 2016 00:05:39 +0000 (17:05 -0700)
commitd393885af195a58e37e6966352708b3b04892c90
treec0065804436c6769b8042bfcbe286e9df4ffb9b3
parentc325fb748a6c395ccca392e1fb5dadefb32a1cec
Remove halfpix specialization

This function only exists as a shortcut to subpixel variance with
predefined offsets. xoffset = 4 for horizontal, yoffset = 4 for vertical
and both for "hv"

Removing this allows the existing optimizations for the variance
functions to be called. Instead of having only sse2 optimizations, this
gives sse2, ssse3, msa and neon.

BUG=webm:1273

Change-Id: Ieb407b423b91b87d33c4263c6a1ad5e673b0efd6
vp8/encoder/mcomp.c
vp8/encoder/onyx_if.c
vpx_dsp/variance.c
vpx_dsp/variance.h
vpx_dsp/vpx_dsp.mk
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/halfpix_variance_impl_sse2.asm [deleted file]
vpx_dsp/x86/halfpix_variance_sse2.c [deleted file]