This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit ad34eb2ae6c54f0dcbb707e77f52bde455a82c2e Author: Andreas Rheinhardt <[email protected]> AuthorDate: Thu Mar 19 05:50:57 2026 +0100 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Mon Mar 30 13:51:53 2026 +0200 avcodec/x86/vvc/of: Correct comment Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/x86/vvc/of.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/x86/vvc/of.asm b/libavcodec/x86/vvc/of.asm index 9cfee1ad1b..67ea696f2e 100644 --- a/libavcodec/x86/vvc/of.asm +++ b/libavcodec/x86/vvc/of.asm @@ -272,13 +272,13 @@ INIT_YMM avx2 pmovsxwd m9, xm9 LOG2 m10, m8, m7 ; 4 (log2(sgx2), log2(sgy2)) - pslld m9, 2 ; 4 (log2(sgx2) << 2, log2(sgy2) << 2) + pslld m9, 2 ; 4 (sgxdi, sgydi) vpsravd m11, m9, m10 CLIPD m11, [pd_m15], [pd_15] ; 4 (vx, junk) pshuflw m%1, m11, q0000 - pshufhw m%1, m%1, q0000 ; 4 (2junk, 2vx) + pshufhw m%1, m%1, q0000 ; 4 (4vx) psllq m6, m%2, 32 paddw m%2, m6 _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
