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 312c22d665af3824893ed546dafa19822eaf72a7..a5c50f21727a563f08487f3c6e6adedc9279a4ac 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 |
@@ -337,8 +337,8 @@ void vpx_idct32x32_1_add_neon(const tran_low_t *input, uint8_t *dest, int dest_s |
#define vpx_idct32x32_1_add vpx_idct32x32_1_add_neon |
void vpx_idct32x32_34_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); |
-void vpx_idct32x32_1024_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride); |
-#define vpx_idct32x32_34_add vpx_idct32x32_1024_add_neon |
+void vpx_idct32x32_34_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride); |
+#define vpx_idct32x32_34_add vpx_idct32x32_34_add_neon |
void vpx_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); |
void vpx_idct4x4_16_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride); |