x86/vp9lpf: use fewer instructions in SPLATB_MIX
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
bf6c84d7eb
commit
de417982e8
@@ -302,9 +302,8 @@ SECTION .text
|
|||||||
pshufb %1, %2
|
pshufb %1, %2
|
||||||
%else
|
%else
|
||||||
punpcklbw %1, %1
|
punpcklbw %1, %1
|
||||||
punpcklqdq %1, %1
|
punpcklwd %1, %1
|
||||||
pshuflw %1, %1, 0
|
punpckldq %1, %1
|
||||||
pshufhw %1, %1, 0x55
|
|
||||||
%endif
|
%endif
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user