| Index: third_party/libvpx/source/config/linux/arm64/vpx_dsp_rtcd.h
|
| diff --git a/third_party/libvpx/source/config/linux/arm64/vpx_dsp_rtcd.h b/third_party/libvpx/source/config/linux/arm64/vpx_dsp_rtcd.h
|
| index 8c1522c9776c2f94672bc4e492640f003e98c3c9..d29c82c4dcad0343e2f3f7dc749422d9970328ef 100644
|
| --- a/third_party/libvpx/source/config/linux/arm64/vpx_dsp_rtcd.h
|
| +++ b/third_party/libvpx/source/config/linux/arm64/vpx_dsp_rtcd.h
|
| @@ -305,7 +305,8 @@ void vpx_hadamard_16x16_c(const int16_t *src_diff, int src_stride, int16_t *coef
|
| #define vpx_hadamard_16x16 vpx_hadamard_16x16_c
|
|
|
| void vpx_hadamard_8x8_c(const int16_t *src_diff, int src_stride, int16_t *coeff);
|
| -#define vpx_hadamard_8x8 vpx_hadamard_8x8_c
|
| +void vpx_hadamard_8x8_neon(const int16_t *src_diff, int src_stride, int16_t *coeff);
|
| +#define vpx_hadamard_8x8 vpx_hadamard_8x8_neon
|
|
|
| void vpx_he_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
|
| #define vpx_he_predictor_4x4 vpx_he_predictor_4x4_c
|
|
|