#include <arm_neon.h>
-#include "vpx_ports/mem.h"
#include "vp9/common/vp9_idct.h"
+#include "vpx_ports/mem.h"
void vp9_idct16x16_1_add_neon(
int16_t *input,
#include "./vpx_config.h"
-#include "vpx_ports/mem.h"
#include "vp9/common/vp9_idct.h"
+#include "vpx_ports/mem.h"
static INLINE void LD_16x8(
uint8_t *d,
#include <arm_neon.h>
-#include "vpx_ports/mem.h"
#include "vp9/common/vp9_idct.h"
+#include "vpx_ports/mem.h"
void vp9_idct4x4_1_add_neon(
int16_t *input,
#include <arm_neon.h>
-#include "vpx_ports/mem.h"
#include "vp9/common/vp9_idct.h"
+#include "vpx_ports/mem.h"
void vp9_idct8x8_1_add_neon(
int16_t *input,
#include "./vpx_config.h"
#include "./vp9_rtcd.h"
-#include "vpx_ports/mem.h"
#include "vp9/common/vp9_common.h"
#include "vp9/common/vp9_blockd.h"
-#include "vp9/common/vp9_idct.h"
#include "vp9/common/mips/dspr2/vp9_common_dspr2.h"
+#include "vpx_dsp/txfm_common.h"
+#include "vpx_ports/mem.h"
#if HAVE_DSPR2
static void idct16_rows_dspr2(const int16_t *input, int16_t *output,
#include "./vpx_config.h"
#include "./vp9_rtcd.h"
-#include "vpx_ports/mem.h"
#include "vp9/common/vp9_common.h"
#include "vp9/common/vp9_blockd.h"
-#include "vp9/common/vp9_idct.h"
#include "vp9/common/mips/dspr2/vp9_common_dspr2.h"
+#include "vpx_dsp/txfm_common.h"
+#include "vpx_ports/mem.h"
#if HAVE_DSPR2
void vp9_idct32_cols_add_blk_dspr2(int16_t *input, uint8_t *dest,
#include "./vp9_rtcd.h"
#include "vp9/common/vp9_common.h"
#include "vp9/common/vp9_blockd.h"
-#include "vp9/common/vp9_idct.h"
#include "vp9/common/mips/dspr2/vp9_common_dspr2.h"
+#include "vpx_dsp/txfm_common.h"
#if HAVE_DSPR2
static void idct32_rows_dspr2(const int16_t *input, int16_t *output,
#include "./vpx_config.h"
#include "./vp9_rtcd.h"
-#include "vpx_ports/mem.h"
#include "vp9/common/vp9_common.h"
#include "vp9/common/vp9_blockd.h"
-#include "vp9/common/vp9_idct.h"
#include "vp9/common/mips/dspr2/vp9_common_dspr2.h"
+#include "vpx_dsp/txfm_common.h"
+#include "vpx_ports/mem.h"
#if HAVE_DSPR2
static void vp9_idct4_rows_dspr2(const int16_t *input, int16_t *output) {
#include "./vpx_config.h"
#include "./vp9_rtcd.h"
-#include "vpx_ports/mem.h"
#include "vp9/common/vp9_common.h"
#include "vp9/common/vp9_blockd.h"
-#include "vp9/common/vp9_idct.h"
#include "vp9/common/mips/dspr2/vp9_common_dspr2.h"
+#include "vpx_dsp/txfm_common.h"
+#include "vpx_ports/mem.h"
#if HAVE_DSPR2
static void idct8_rows_dspr2(const int16_t *input, int16_t *output,
#include "./vpx_config.h"
#include "vp9/common/vp9_blockd.h"
-#include "vp9/common/vp9_idct.h"
+#include "vpx_dsp/txfm_common.h"
void vp9_fdct8x8_1_neon(const int16_t *input, int16_t *output, int stride) {
int r;
#ifndef VP9_ENCODER_MIPS_MSA_VP9_FDCT_MSA_H_
#define VP9_ENCODER_MIPS_MSA_VP9_FDCT_MSA_H_
-#include "vp9/common/vp9_idct.h"
#include "vpx_dsp/mips/fwd_txfm_msa.h"
#include "vpx_dsp/mips/txfm_macros_msa.h"
#include "vpx_ports/mem.h"
#include <immintrin.h> // AVX2
#include "./vp9_rtcd.h"
-#include "vp9/common/vp9_idct.h" // for cospi constants
+#include "vpx_dsp/txfm_common.h"
#include "vpx_ports/mem.h"
#define pair256_set_epi16(a, b) \