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
pshufb %1, %2
%else
punpcklbw %1, %1
punpcklqdq %1, %1
pshuflw %1, %1, 0
pshufhw %1, %1, 0x55
punpcklwd %1, %1
punpckldq %1, %1
%endif
%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