This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository ffmpeg.
The following commit(s) were added to refs/heads/master by this push:
new 91188e6ae0 avfilter/x86/vf_pullup: Avoid addition
91188e6ae0 is described below
commit 91188e6ae0fe6d3ea41f45878232476b20238674
Author: Andreas Rheinhardt <[email protected]>
AuthorDate: Tue Aug 4 15:33:16 2026 +0200
Commit: James Almer <[email protected]>
CommitDate: Thu Aug 6 19:58:49 2026 +0000
avfilter/x86/vf_pullup: Avoid addition
Signed-off-by: Andreas Rheinhardt <[email protected]>
---
libavfilter/x86/vf_pullup.asm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/libavfilter/x86/vf_pullup.asm b/libavfilter/x86/vf_pullup.asm
index 6875a846a2..3c321436b7 100644
--- a/libavfilter/x86/vf_pullup.asm
+++ b/libavfilter/x86/vf_pullup.asm
@@ -93,12 +93,10 @@ cglobal pullup_filter_comb, 3, 5, 7, first, second, size
INIT_XMM sse2
cglobal pullup_filter_var, 3, 3, 3, first, second, size
- movq m0, [firstq]
+ movq m2, [firstq]
add firstq, sizeq
movq m1, [firstq]
- pxor m2, m2
- psadbw m0, m1
- paddw m2, m0
+ psadbw m2, m1
movq m0, [firstq+sizeq]
psadbw m1, m0
paddw m2, m1
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]