This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 1bc91eb5525bd7d6587598e0ea889db4649d0ce0
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Sat Feb 28 23:44:50 2026 +0100
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Fri Mar 6 20:02:42 2026 +0100

    avcodec/x86/vvc/alf: Avoid checking twice
    
    Also avoids a vpermq in case width is eight.
    
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavcodec/x86/vvc/alf.asm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libavcodec/x86/vvc/alf.asm b/libavcodec/x86/vvc/alf.asm
index c6988b9fcb..f669375ed9 100644
--- a/libavcodec/x86/vvc/alf.asm
+++ b/libavcodec/x86/vvc/alf.asm
@@ -675,10 +675,9 @@ cglobal vvc_alf_classify_grad_%1bpc, 6, 14, 16, 
gradient_sum, src, src_stride, w
     cmp                     wd, 8
     jl %%w4
     SAVE_CLASSIFY_PARAM_W8 tempq, %2
+    je                   %%end
     vpermq                 m%2, m%2, 00010011b
     add                  tempq, 8
-    cmp                     wd, 8
-    je                   %%end
 %%w4:
     SAVE_CLASSIFY_PARAM_W4 tempq, %2
 %%end:

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to