mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
x86: rv40dsp: Use PAVGB instruction macro where appropriate
This commit is contained in:
parent
0a7fef39fc
commit
e2b5b09789
@ -98,11 +98,7 @@ SECTION .text
|
|||||||
%endif
|
%endif
|
||||||
packuswb %1, %1
|
packuswb %1, %1
|
||||||
%ifidn %3, avg
|
%ifidn %3, avg
|
||||||
%if cpuflag(3dnow)
|
PAVGB %1, %2
|
||||||
pavgusb %1, %2
|
|
||||||
%else
|
|
||||||
pavgb %1, %2
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
movh [dstq], %1
|
movh [dstq], %1
|
||||||
%endmacro
|
%endmacro
|
||||||
|
Loading…
Reference in New Issue
Block a user