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

Git pushed a commit to branch master
in repository ffmpeg.

commit 002b3bc1b3729f5044ae64033eeb9d80406d4d1a
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Thu Mar 26 17:27:16 2026 +0100
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Mon Mar 30 13:51:53 2026 +0200

    avcodec/x86/vvc/of: Avoid punpckldq
    
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavcodec/x86/vvc/of.asm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libavcodec/x86/vvc/of.asm b/libavcodec/x86/vvc/of.asm
index 813e0054d0..f733886888 100644
--- a/libavcodec/x86/vvc/of.asm
+++ b/libavcodec/x86/vvc/of.asm
@@ -260,8 +260,7 @@ INIT_YMM avx2
 ; %1: 4 (sgx2, sgy2, sgxdi, gydi)
 ; %2: 4 (4sgxgy)
 %macro BDOF_VX_VY 2       ;
-    pshufd                  m6, m%1, q0032
-    punpckldq              m%1, m6
+    pshufd                 m%1, m%1, q3120
     vextracti128           xm7, m%1, 1
 
     punpcklqdq             xm8, xm%1, xm7           ; 4 (sgx2, sgy2)

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

Reply via email to