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: rv40dsp: Use PAVGB instruction macro where appropriate
tags/n2.2-rc1
Diego Biurrun
12 years ago
parent
0a7fef39fc
commit
e2b5b09789
1 changed files
with
1 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-5
libavcodec/x86/rv40dsp.asm
+ 1
- 5
libavcodec/x86/rv40dsp.asm
View File
@@ -98,11 +98,7 @@ SECTION .text
%endif
packuswb %1, %1
%ifidn %3, avg
%if cpuflag(3dnow)
pavgusb %1, %2
%else
pavgb %1, %2
%endif
PAVGB %1, %2
%endif
movh [dstq], %1
%endmacro
Write
Preview
Loading…
Cancel
Save