summaryrefslogtreecommitdiff
path: root/vpx_dsp/fwd_txfm.h
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2015-07-23 16:35:44 -0700
committerJingning Han <jingning@google.com>2015-07-26 08:26:32 -0700
commit5ebc8febdc25ea79a89ac01fef21f84fd53b3143 (patch)
tree92fb1aa3e532f7cc25c74cd671ad88a461dcbe08 /vpx_dsp/fwd_txfm.h
parent55c6a74bd4f228e48d56de200f25154eb733fc40 (diff)
downloadlibvpx-5ebc8febdc25ea79a89ac01fef21f84fd53b3143.tar
libvpx-5ebc8febdc25ea79a89ac01fef21f84fd53b3143.tar.gz
libvpx-5ebc8febdc25ea79a89ac01fef21f84fd53b3143.tar.bz2
libvpx-5ebc8febdc25ea79a89ac01fef21f84fd53b3143.zip
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
Diffstat (limited to 'vpx_dsp/fwd_txfm.h')
-rw-r--r--vpx_dsp/fwd_txfm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx_dsp/fwd_txfm.h b/vpx_dsp/fwd_txfm.h
index fa54403d0..509fe7fe3 100644
--- a/vpx_dsp/fwd_txfm.h
+++ b/vpx_dsp/fwd_txfm.h
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "vp9/common/vp9_idct.h"
+#include "vpx_dsp/txfm_common.h"
static INLINE tran_high_t fdct_round_shift(tran_high_t input) {
tran_high_t rv = ROUND_POWER_OF_TWO(input, DCT_CONST_BITS);