mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
x86: rv40dsp: Use PAVGB instruction macro where appropriate
This commit is contained in:
parent
0a7fef39fc
commit
e2b5b09789
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue