This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit d2e7fe5b19b2c5b42d0f574f6c21c82e8c92737c Author: Andreas Rheinhardt <[email protected]> AuthorDate: Sun Mar 1 03:45:47 2026 +0100 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Fri Mar 6 20:02:42 2026 +0100 avcodec/x86/vvc/alf: Improve deriving ac 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 cd4de6185d..e924308cff 100644 --- a/libavcodec/x86/vvc/alf.asm +++ b/libavcodec/x86/vvc/alf.asm @@ -45,7 +45,6 @@ ARG_VAR_SHUFFE: times 2 db 0, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4 cextern pd_64 dd448: times 8 dd 512 - 64 -dd2: times 8 dd 2 dw3: times 8 dd 3 dw5: times 8 dd 5 dd15: times 8 dd 15 @@ -696,7 +695,7 @@ cglobal vvc_alf_classify_grad_%1bpc, 6, 14, 16, gradient_sum, src, src_stride, w vpbroadcastd m13, xm13 vpbroadcastd m14, [dw3] - pblendvb m14, m14, [dd2], m13 ; ac + paddd m14, m13 ; ac = (y != vb_pos) ? 2 : 3 pblendvb m3, m15, [gradq + sum_stride3q], m13 _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
