| Index: source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.c
|
| diff --git a/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.c b/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.c
|
| index 75e14ccdefcf307250a453e63c3ee0c31ed89729..ea618700c95457f77b1a361754446ce98eb5eba4 100644
|
| --- a/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.c
|
| +++ b/source/libvpx/vpx_dsp/arm/idct4x4_1_add_neon.c
|
| @@ -13,7 +13,7 @@
|
| #include "vpx_dsp/inv_txfm.h"
|
| #include "vpx_ports/mem.h"
|
|
|
| -void vp9_idct4x4_1_add_neon(
|
| +void vpx_idct4x4_1_add_neon(
|
| int16_t *input,
|
| uint8_t *dest,
|
| int dest_stride) {
|
|
|