| Index: source/config/linux/arm-neon/vp9_rtcd.h
|
| ===================================================================
|
| --- source/config/linux/arm-neon/vp9_rtcd.h (revision 269083)
|
| +++ source/config/linux/arm-neon/vp9_rtcd.h (working copy)
|
| @@ -279,9 +279,9 @@
|
| void vp9_idct4x4_1_add_neon(const int16_t *input, uint8_t *dest, int dest_stride);
|
| #define vp9_idct4x4_1_add vp9_idct4x4_1_add_neon
|
|
|
| -void vp9_idct8x8_10_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
|
| -void vp9_idct8x8_10_add_neon(const int16_t *input, uint8_t *dest, int dest_stride);
|
| -#define vp9_idct8x8_10_add vp9_idct8x8_10_add_neon
|
| +void vp9_idct8x8_12_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
|
| +void vp9_idct8x8_12_add_neon(const int16_t *input, uint8_t *dest, int dest_stride);
|
| +#define vp9_idct8x8_12_add vp9_idct8x8_12_add_neon
|
|
|
| void vp9_idct8x8_1_add_c(const int16_t *input, uint8_t *dest, int dest_stride);
|
| void vp9_idct8x8_1_add_neon(const int16_t *input, uint8_t *dest, int dest_stride);
|
|
|