mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avfilter/x86/vf_maskedmerge: move %define out of .nextrow
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
82f3d47b4f
commit
45938f0301
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user