]> granicus.if.org Git - libvpx/commit
rename vp9_dct32x32_avx2.c to vp9_dct32x32_avx2_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:47:51 +0000 (16:47 -0700)
commit4ec47249bcafb5e2814328bf45e3992d775cbd74
treebdb7cf1dfd876b5233e631d04c2896179b9324c4
parentcdf16c22baea1ead5900bcdbd4d44b8c2ce80728
rename vp9_dct32x32_avx2.c to vp9_dct32x32_avx2_impl.h

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

silences missing prototype warnings for the unused FDCT32x32* functions

Change-Id: I4c19935c0e035b393be513bde735e9a78064a494
vp9/encoder/x86/vp9_dct32x32_avx2_impl.h [moved from vp9/encoder/x86/vp9_dct32x32_avx2.c with 100% similarity]
vp9/encoder/x86/vp9_dct_avx2.c
vp9/vp9cx.mk