[FFmpeg-cvslog] aarch64/h26x: Remove duplicate b.eq instruction
Zhao Zhili
git at videolan.org
Sat Sep 14 11:58:36 EEST 2024
ffmpeg | branch: master | Zhao Zhili <zhilizhao at tencent.com> | Tue Sep 10 11:11:10 2024 +0800| [b051bc7cb8e4cc81fb313d9e75b169b09f3184ed] | committer: Nuo Mi
aarch64/h26x: Remove duplicate b.eq instruction
b.eq is added by calc_all after each calc.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b051bc7cb8e4cc81fb313d9e75b169b09f3184ed
---
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 1fa5a1dd0e..417d43e365 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
More information about the ffmpeg-cvslog
mailing list