| Index: source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h
|
| ===================================================================
|
| --- source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h (revision 269083)
|
| +++ source/config/linux/arm-neon-cpu-detect/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);
|
| RTCD_EXTERN void (*vp9_idct4x4_1_add)(const int16_t *input, uint8_t *dest, int dest_stride);
|
|
|
| -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);
|
| -RTCD_EXTERN void (*vp9_idct8x8_10_add)(const int16_t *input, uint8_t *dest, int dest_stride);
|
| +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);
|
| +RTCD_EXTERN void (*vp9_idct8x8_12_add)(const int16_t *input, uint8_t *dest, int dest_stride);
|
|
|
| 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);
|
| @@ -745,8 +745,8 @@
|
| if (flags & HAS_NEON) vp9_idct4x4_16_add = vp9_idct4x4_16_add_neon;
|
| vp9_idct4x4_1_add = vp9_idct4x4_1_add_c;
|
| if (flags & HAS_NEON) vp9_idct4x4_1_add = vp9_idct4x4_1_add_neon;
|
| - vp9_idct8x8_10_add = vp9_idct8x8_10_add_c;
|
| - if (flags & HAS_NEON) vp9_idct8x8_10_add = vp9_idct8x8_10_add_neon;
|
| + vp9_idct8x8_12_add = vp9_idct8x8_12_add_c;
|
| + if (flags & HAS_NEON) vp9_idct8x8_12_add = vp9_idct8x8_12_add_neon;
|
| vp9_idct8x8_1_add = vp9_idct8x8_1_add_c;
|
| if (flags & HAS_NEON) vp9_idct8x8_1_add = vp9_idct8x8_1_add_neon;
|
| vp9_idct8x8_64_add = vp9_idct8x8_64_add_c;
|
|
|