| Index: source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c
|
| diff --git a/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c b/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c
|
| index aa035e770450d04a478d6b54c81bcf06c9d6ba4d..f734e48027944b9630e39768c3258269fa1fb53c 100644
|
| --- a/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c
|
| +++ b/source/libvpx/vpx_dsp/arm/idct16x16_1_add_neon.c
|
| @@ -13,7 +13,7 @@
|
| #include "vpx_dsp/inv_txfm.h"
|
| #include "vpx_ports/mem.h"
|
|
|
| -void vp9_idct16x16_1_add_neon(
|
| +void vpx_idct16x16_1_add_neon(
|
| int16_t *input,
|
| uint8_t *dest,
|
| int dest_stride) {
|
|
|