| Index: source/libvpx/vpx_dsp/mips/itrans32_cols_dspr2.c
|
| diff --git a/source/libvpx/vp9/common/mips/dspr2/vp9_itrans32_cols_dspr2.c b/source/libvpx/vpx_dsp/mips/itrans32_cols_dspr2.c
|
| similarity index 99%
|
| rename from source/libvpx/vp9/common/mips/dspr2/vp9_itrans32_cols_dspr2.c
|
| rename to source/libvpx/vpx_dsp/mips/itrans32_cols_dspr2.c
|
| index 48da85cbce37dcd8c4aaaf6e239f8ad113c3e9f2..553acb0f5bfd96885447377357fd9966d7f83df0 100644
|
| --- a/source/libvpx/vp9/common/mips/dspr2/vp9_itrans32_cols_dspr2.c
|
| +++ b/source/libvpx/vpx_dsp/mips/itrans32_cols_dspr2.c
|
| @@ -8,18 +8,12 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include <assert.h>
|
| -
|
| #include "./vpx_config.h"
|
| -#include "./vp9_rtcd.h"
|
| -#include "vp9/common/vp9_common.h"
|
| -#include "vp9/common/vp9_blockd.h"
|
| -#include "vp9/common/mips/dspr2/vp9_common_dspr2.h"
|
| +#include "vpx_dsp/mips/inv_txfm_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,
|
| +void vpx_idct32_cols_add_blk_dspr2(int16_t *input, uint8_t *dest,
|
| int dest_stride) {
|
| int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6;
|
| int16_t step1_7, step1_8, step1_9, step1_10, step1_11, step1_12, step1_13;
|
|
|