[x264-devel] [PATCH 5/6] aarch64: Add bitdepth wrapping for a missed function x264_predict_8x8c_p_neon

Martin Storsjö martin at martin.st
Mon Oct 16 21:46:33 CEST 2017


This should be squashed into "Unify 8-bit and 10-bit CLI and libraries".
---
 common/aarch64/predict.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/aarch64/predict.h b/common/aarch64/predict.h
index 65a4e91..f68e438 100644
--- a/common/aarch64/predict.h
+++ b/common/aarch64/predict.h
@@ -57,6 +57,7 @@ void x264_predict_8x8c_v_aarch64( uint8_t *src );
 #define x264_predict_8x8_vr_neon x264_template(predict_8x8_vr_neon)
 #define x264_predict_8x8c_dc_left_neon x264_template(predict_8x8c_dc_left_neon)
 #define x264_predict_8x8c_dc_top_neon x264_template(predict_8x8c_dc_top_neon)
+#define x264_predict_8x8c_p_neon x264_template(predict_8x8c_p_neon)
 #define x264_predict_8x8c_v_aarch64 x264_template(predict_8x8c_v_aarch64)
 
 #define x264_predict_4x4_dc_neon x264_template(predict_4x4_dc_neon)
-- 
2.7.4



More information about the x264-devel mailing list