| Index: source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h
|
| ===================================================================
|
| --- source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h (revision 191886)
|
| +++ source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h (working copy)
|
| @@ -22,6 +22,9 @@
|
| union int_mv;
|
| struct yv12_buffer_config;
|
|
|
| +void vp8_clear_system_state_c();
|
| +#define vp8_clear_system_state vp8_clear_system_state_c
|
| +
|
| void vp8_dequantize_b_c(struct blockd*, short *dqc);
|
| void vp8_dequantize_b_v6(struct blockd*, short *dqc);
|
| void vp8_dequantize_b_neon(struct blockd*, short *dqc);
|
| @@ -424,6 +427,7 @@
|
|
|
| (void)flags;
|
|
|
| +
|
| vp8_dequantize_b = vp8_dequantize_b_c;
|
| if (flags & HAS_MEDIA) vp8_dequantize_b = vp8_dequantize_b_v6;
|
| if (flags & HAS_NEON) vp8_dequantize_b = vp8_dequantize_b_neon;
|
|
|