| Index: source/libvpx/vpx_dsp/arm/idct32x32_add_neon.c
|
| diff --git a/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.c b/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.c
|
| index 3656a76967a9824237f39e0e6716fd637c2f8a19..025437eb963bc044a116e46f05be4d648a36064c 100644
|
| --- a/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.c
|
| +++ b/source/libvpx/vpx_dsp/arm/idct32x32_add_neon.c
|
| @@ -454,7 +454,7 @@ static INLINE void idct32_bands_end_2nd_pass(
|
| return;
|
| }
|
|
|
| -void vp9_idct32x32_1024_add_neon(
|
| +void vpx_idct32x32_1024_add_neon(
|
| int16_t *input,
|
| uint8_t *dest,
|
| int stride) {
|
|
|