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_maskedmerge: move %define out of .nextrow
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n3.0
Paul B Mahol
9 years ago
parent
82f3d47b4f
commit
45938f0301
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_maskedmerge.asm
+ 2
- 2
libavfilter/x86/vf_maskedmerge.asm
View File
@@ -40,9 +40,9 @@ cglobal maskedmerge8, 10, 11, 7, 0, bsrc, osrc, msrc, dst, blinesize, olinesize,
add msrcq, wq
add dstq, wq
neg wq
.nextrow:
mov r10q, wq
%define x r10q
.nextrow:
mov x, wq
.loop:
movh m0, [bsrcq + x]
Write
Preview
Loading…
Cancel
Save