| Index: source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c
|
| diff --git a/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c b/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c
|
| index e9c9c30c206b4ed3dfa85ca25685c4b7b3cb512d..c25c0c4a5c208b4e758793e71fa6bdd40633e078 100644
|
| --- a/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c
|
| +++ b/source/libvpx/vpx_dsp/arm/idct32x32_1_add_neon.c
|
| @@ -115,7 +115,7 @@ static INLINE void ST_16x8(
|
| return;
|
| }
|
|
|
| -void vp9_idct32x32_1_add_neon(
|
| +void vpx_idct32x32_1_add_neon(
|
| int16_t *input,
|
| uint8_t *dest,
|
| int dest_stride) {
|
|
|