1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-13 08:00:49 +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:
Paul B Mahol 2015-12-06 13:07:24 +01:00
parent 82f3d47b4f
commit 45938f0301

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]