mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
x86/dsputilenc: implement SSE2 versions of pix_{sum16, norm1}
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
d228271813
commit
561bfc85eb
@ -288,7 +288,12 @@
|
||||
paddd %1, %2
|
||||
%endif
|
||||
%if notcpuflag(xop) || sizeof%1 != 16
|
||||
%if cpuflag(mmxext)
|
||||
PSHUFLW %2, %1, q0032
|
||||
%else ; mmx
|
||||
mova %2, %1
|
||||
psrlq %2, 32
|
||||
%endif
|
||||
paddd %1, %2
|
||||
%endif
|
||||
%undef %1
|
||||
|
Reference in New Issue
Block a user