avfilter/x86/vf_hqdn3d: Fix register types
Fixes Ticket4301 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4240e6a921
commit
52fc3e372f
@ -27,8 +27,8 @@ SECTION .text
|
|||||||
%if lut_bits != 8
|
%if lut_bits != 8
|
||||||
sar %1q, 8-lut_bits
|
sar %1q, 8-lut_bits
|
||||||
%endif
|
%endif
|
||||||
movsx %1d, word [%3q+%1q*2]
|
movsx %1q, word [%3q+%1q*2]
|
||||||
add %1d, %2d
|
add %1q, %2q
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
%macro LOAD 3 ; dstreg, x, bitdepth
|
%macro LOAD 3 ; dstreg, x, bitdepth
|
||||||
|
Loading…
x
Reference in New Issue
Block a user