| Index: source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c
|
| diff --git a/source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c b/source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c
|
| index d0e4b4f4014864e39f81a9f9c0f1c3268d9b5273..0ce45f2bfa8186171f3bc89b874aca31d37ef041 100644
|
| --- a/source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c
|
| +++ b/source/libvpx/vp9/common/arm/neon/vp9_idct32x32_1_add_neon.c
|
| @@ -9,10 +9,12 @@
|
| */
|
|
|
| #include <arm_neon.h>
|
| -#include "vp9/common/vp9_idct.h"
|
|
|
| #include "./vpx_config.h"
|
|
|
| +#include "vpx_ports/mem.h"
|
| +#include "vp9/common/vp9_idct.h"
|
| +
|
| static INLINE void LD_16x8(
|
| uint8_t *d,
|
| int d_stride,
|
|
|