1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-08 02:15: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:
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 msrcq, wq
add dstq, wq add dstq, wq
neg wq neg wq
.nextrow:
mov r10q, wq
%define x r10q %define x r10q
.nextrow:
mov x, wq
.loop: .loop:
movh m0, [bsrcq + x] movh m0, [bsrcq + x]