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 ef89dd1fc8adf0d35edfff056413a3ae1e84341c..61c4f1fe737b68036e55fd352343ddaf854c16ca 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 |
@@ -228,7 +228,8 @@ void vpx_fdct32x32_rd_c(const int16_t *input, tran_low_t *output, int stride); |
#define vpx_fdct32x32_rd vpx_fdct32x32_rd_c |
void vpx_fdct4x4_c(const int16_t *input, tran_low_t *output, int stride); |
-#define vpx_fdct4x4 vpx_fdct4x4_c |
+void vpx_fdct4x4_neon(const int16_t *input, tran_low_t *output, int stride); |
+#define vpx_fdct4x4 vpx_fdct4x4_neon |
void vpx_fdct4x4_1_c(const int16_t *input, tran_low_t *output, int stride); |
#define vpx_fdct4x4_1 vpx_fdct4x4_1_c |