This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
x86/vp9lpf: use fewer instructions in SPLATB_MIX
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4
James Almer
Michael Niedermayer
11 years ago
parent
bf6c84d7eb
commit
de417982e8
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
libavcodec/x86/vp9lpf.asm
+ 2
- 3
libavcodec/x86/vp9lpf.asm
View File
@@ -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
Write
Preview
Loading…
Cancel
Save