| Index: source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c
|
| diff --git a/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c b/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c
|
| index 10e8e931e6d8a64ac54b1a274cfe43baa8265de6..c1b801fad54390af8544f994de6bc9a2f98cae94 100644
|
| --- a/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c
|
| +++ b/source/libvpx/vpx_dsp/arm/idct8x8_1_add_neon.c
|
| @@ -13,7 +13,7 @@
|
| #include "vpx_dsp/inv_txfm.h"
|
| #include "vpx_ports/mem.h"
|
|
|
| -void vp9_idct8x8_1_add_neon(
|
| +void vpx_idct8x8_1_add_neon(
|
| int16_t *input,
|
| uint8_t *dest,
|
| int dest_stride) {
|
|
|