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
avfilter/x86/vf_hqdn3d: Fix register types
Fixes Ticket4301 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.7
Michael Niedermayer
10 years ago
parent
4240e6a921
commit
52fc3e372f
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavfilter/x86/vf_hqdn3d.asm
+ 2
- 2
libavfilter/x86/vf_hqdn3d.asm
View File
@@ -27,8 +27,8 @@ SECTION .text
%if lut_bits != 8
sar %1q, 8-lut_bits
%endif
movsx %1
d
, word [%3q+%1q*2]
add %1
d, %2d
movsx %1
q
, word [%3q+%1q*2]
add %1
q, %2q
%endmacro
%macro LOAD 3 ; dstreg, x, bitdepth
Write
Preview
Loading…
Cancel
Save