summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/x86/vp9lpf.asm5
1 files changed, 2 insertions, 3 deletions
diff --git a/libavcodec/x86/vp9lpf.asm b/libavcodec/x86/vp9lpf.asm
index c5db0ca..def7d5a 100644
--- a/libavcodec/x86/vp9lpf.asm
+++ b/libavcodec/x86/vp9lpf.asm
@@ -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
OpenPOWER on IntegriCloud