Factor 32x32 fwd DCT to vpx_dsp folder
authorJingning Han <jingning@google.com>
Mon, 27 Jul 2015 23:05:15 +0000 (16:05 -0700)
committerJingning Han <jingning@google.com>
Tue, 28 Jul 2015 18:13:41 +0000 (11:13 -0700)
commita6a4659bea0859dfa663cd8b0e85cb7c7bf3a50e
tree978c10eb25445ef5c7a3eebd024a451d325c3b72
parent8eefb36ca979857c8f297316536329e0965ed2e5
Factor 32x32 fwd DCT to vpx_dsp folder

Move the 32x32 2D-DCT implementations from vp9/ to vpx_dsp/.

Change-Id: Id3980696f8b69906ff7a59ff9fb2b9013d60047d
17 files changed:
test/dct32x32_test.cc
vp9/common/vp9_rtcd_defs.pl
vp9/encoder/mips/msa/vp9_fdct32x32_msa.c
vp9/encoder/mips/msa/vp9_fdct_msa.h
vp9/encoder/vp9_dct.c
vp9/encoder/x86/vp9_dct_sse2.c
vp9/vp9cx.mk
vpx_dsp/fwd_txfm.c
vpx_dsp/fwd_txfm.h
vpx_dsp/mips/fwd_dct32x32_msa.c [new file with mode: 0644]
vpx_dsp/mips/fwd_txfm_msa.h
vpx_dsp/vpx_dsp.mk
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/fwd_dct32x32_impl_avx2.h [moved from vp9/encoder/x86/vp9_dct32x32_avx2_impl.h with 99% similarity]
vpx_dsp/x86/fwd_dct32x32_impl_sse2.h [moved from vp9/encoder/x86/vp9_dct32x32_sse2_impl.h with 99% similarity]
vpx_dsp/x86/fwd_txfm_avx2.c [moved from vp9/encoder/x86/vp9_dct_avx2.c with 75% similarity]
vpx_dsp/x86/fwd_txfm_sse2.c