Refactor forward/inverse transform msa implementations
authorJingning Han <jingning@google.com>
Wed, 22 Jul 2015 17:52:07 +0000 (10:52 -0700)
committerJingning Han <jingning@google.com>
Thu, 23 Jul 2015 18:20:30 +0000 (11:20 -0700)
commitd341f843e2a5b03fd4a10ee83237c1e32a2b8671
tree842befd0d72dd64fccb85e186890e698c5ba161b
parent33a9d53c1037ab0168ef982d6a90cbdae58c2209
Refactor forward/inverse transform msa implementations

This commit factors out common macro definitions from the forward
and inverse transform implementations into vpx_dsp. It removes
the duplicate macro definitions from encoder and decoder folders.

Change-Id: I92301acbd3317075e9c5f03328a25abb123bca78
vp9/common/mips/msa/vp9_idct16x16_msa.c
vp9/common/mips/msa/vp9_idct32x32_msa.c
vp9/common/mips/msa/vp9_idct_msa.h
vp9/encoder/mips/msa/vp9_fdct_msa.h
vpx_dsp/mips/txfm_macros_msa.h [new file with mode: 0644]
vpx_dsp/vpx_dsp.mk