Refactor vp9_idct.h file
commit5ebc8febdc25ea79a89ac01fef21f84fd53b3143
authorJingning Han <jingning@google.com>
Thu, 23 Jul 2015 23:35:44 +0000 (23 16:35 -0700)
committerJingning Han <jingning@google.com>
Sun, 26 Jul 2015 15:26:32 +0000 (26 08:26 -0700)
tree92fb1aa3e532f7cc25c74cd671ad88a461dcbe08
parent55c6a74bd4f228e48d56de200f25154eb733fc40
Refactor vp9_idct.h file

Separate the common coefficient constant into vpx_dsp/txfm_common.h.
Move the SSE2 macro definitions to vpx_dsp/x86/txfm_common_sse2.h.
This clears the use case of vp9_idct.h in vpx_dsp folder.

Change-Id: I319735a2abf42888e5080ac14cfbcde34be7b121
13 files changed:
vp9/common/vp9_idct.h
vp9/common/x86/vp9_idct_intrin_sse2.c
vp9/encoder/x86/vp9_dct32x32_sse2_impl.h
vp9/encoder/x86/vp9_dct_sse2.c
vp9/encoder/x86/vp9_dct_ssse3.c
vpx_dsp/arm/fwd_txfm_neon.c
vpx_dsp/fwd_txfm.h
vpx_dsp/mips/fwd_txfm_msa.h
vpx_dsp/txfm_common.h [new file with mode: 0644]
vpx_dsp/vpx_dsp.mk
vpx_dsp/x86/fwd_txfm_impl_sse2.h
vpx_dsp/x86/highbd_quantize_intrin_sse2.c
vpx_dsp/x86/txfm_common_sse2.h [new file with mode: 0644]