rename vp9_dct32x32_sse2.c to vp9_dct32x32_sse2_impl.h
authorJames Zern <jzern@google.com>
Fri, 15 May 2015 23:47:51 +0000 (16:47 -0700)
committerJames Zern <jzern@google.com>
Fri, 15 May 2015 23:59:52 +0000 (16:59 -0700)
commit587a71f1d6af6e7098b6ebdab37c4c904a4373d6
tree6bbd0e8a14cb9117ac542de73f90a5056d2fe18c
parent4ec47249bcafb5e2814328bf45e3992d775cbd74
rename vp9_dct32x32_sse2.c to vp9_dct32x32_sse2_impl.h

this file shouldn't be built directly, it is included in vp9_dct_sse2.c
to create a non-high-bitdepth and a high-bitdepth version

silences missing prototype warnings for the unused FDCT32x32* functions

Change-Id: I0e38f16dae5ea1728de184ee2c89287d48675c51
vp9/encoder/x86/vp9_dct32x32_sse2_impl.h [moved from vp9/encoder/x86/vp9_dct32x32_sse2.c with 100% similarity]
vp9/encoder/x86/vp9_dct_sse2.c
vp9/vp9cx.mk