[FFmpeg-devel] [PATCH 1/3] aarch64/h26x: Remove duplicate b.eq instruction
Zhao Zhili
quinkblack at foxmail.com
Tue Sep 10 20:35:04 EEST 2024
From: Zhao Zhili <zhilizhao at tencent.com>
b.eq is added by calc_all after each calc.
---
libavcodec/aarch64/h26x/qpel_neon.S | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/aarch64/h26x/qpel_neon.S b/libavcodec/aarch64/h26x/qpel_neon.S
index 8a372a76be..7868811b3b 100644
--- a/libavcodec/aarch64/h26x/qpel_neon.S
+++ b/libavcodec/aarch64/h26x/qpel_neon.S
@@ -754,7 +754,6 @@ function ff_hevc_put_hevc_qpel_v4_8_neon, export=1
calc_qpelb v24, \src0, \src1, \src2, \src3, \src4, \src5, \src6, \src7
st1 {v24.4h}, [x0], x9
subs w3, w3, #1
- b.eq 2f
.endm
1: calc_all
.purgem calc
--
2.42.0
More information about the ffmpeg-devel
mailing list