Move subpixel variance function from common/ to encoder/.
authorRonald S. Bultje <rbultje@google.com>
Mon, 17 Jun 2013 23:54:09 +0000 (16:54 -0700)
committerRonald S. Bultje <rbultje@google.com>
Mon, 17 Jun 2013 23:54:09 +0000 (16:54 -0700)
commitd9fc451666c9895a0614df2f5a7ec60839a1c717
tree89f12cd55f82cb3001098950025dfecd789e99a7
parenta2f33e2505adab7543447d9017f0def0a901a0de
Move subpixel variance function from common/ to encoder/.

This seems to only be used in the encoder. Also remove an empty wrapper
file that contained forward declarations for this function, but didn't
actually define any actual functions.

Change-Id: Ifc561eef7ebe374a7d03698055e51e105f6d614b
vp9/common/x86/vp9_subpixel_variance_sse2.c [deleted file]
vp9/encoder/x86/vp9_subpel_variance_impl_sse2.asm [moved from vp9/common/x86/vp9_subpel_variance_impl_sse2.asm with 100% similarity]
vp9/vp9_common.mk
vp9/vp9cx.mk