Commit de417982 authored by James Almer's avatar James Almer Committed by Michael Niedermayer

x86/vp9lpf: use fewer instructions in SPLATB_MIX

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bf6c84d7
...@@ -302,9 +302,8 @@ SECTION .text ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment