| Index: source/libvpx/vpx_dsp/arm/idct8x8_add_neon.c
|
| diff --git a/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.c b/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.c
|
| index ea3ce4943ed1f8519935080ed3c821f1fe5871ec..4b2c2a6f83c0ce731605827984aa658dd662ada4 100644
|
| --- a/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.c
|
| +++ b/source/libvpx/vpx_dsp/arm/idct8x8_add_neon.c
|
| @@ -238,7 +238,7 @@ static INLINE void IDCT8x8_1D(
|
| return;
|
| }
|
|
|
| -void vp9_idct8x8_64_add_neon(
|
| +void vpx_idct8x8_64_add_neon(
|
| int16_t *input,
|
| uint8_t *dest,
|
| int dest_stride) {
|
| @@ -351,7 +351,7 @@ void vp9_idct8x8_64_add_neon(
|
| return;
|
| }
|
|
|
| -void vp9_idct8x8_12_add_neon(
|
| +void vpx_idct8x8_12_add_neon(
|
| int16_t *input,
|
| uint8_t *dest,
|
| int dest_stride) {
|
|
|