mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/x86/vvc/vvc_alf: use xq to match ptrdiff_t
Signed-off-by: Wu Jianhua <toqsxw@outlook.com>
This commit is contained in:
parent
09d3370c28
commit
9950f14864
|
@ -409,7 +409,7 @@ cglobal vvc_alf_filter_%2_%1bpc, 11, 15, 16, 0-0x28, dst, dst_stride, src, src_s
|
||||||
.loop:
|
.loop:
|
||||||
push srcq
|
push srcq
|
||||||
push dstq
|
push dstq
|
||||||
xor xd, xd
|
xor xq, xq
|
||||||
|
|
||||||
.loop_w:
|
.loop_w:
|
||||||
LOAD_PARAMS
|
LOAD_PARAMS
|
||||||
|
@ -417,8 +417,8 @@ cglobal vvc_alf_filter_%2_%1bpc, 11, 15, 16, 0-0x28, dst, dst_stride, src, src_s
|
||||||
|
|
||||||
add srcq, 16 * ps
|
add srcq, 16 * ps
|
||||||
add dstq, 16 * ps
|
add dstq, 16 * ps
|
||||||
add xd, 16
|
add xq, 16
|
||||||
cmp xd, widthd
|
cmp xq, widthq
|
||||||
jl .loop_w
|
jl .loop_w
|
||||||
|
|
||||||
pop dstq
|
pop dstq
|
||||||
|
@ -427,7 +427,7 @@ cglobal vvc_alf_filter_%2_%1bpc, 11, 15, 16, 0-0x28, dst, dst_stride, src, src_s
|
||||||
lea dstq, [dstq + 4 * dst_strideq]
|
lea dstq, [dstq + 4 * dst_strideq]
|
||||||
|
|
||||||
lea filterq, [filterq + 2 * strideq]
|
lea filterq, [filterq + 2 * strideq]
|
||||||
lea clipq, [clipq + 2 * strideq]
|
lea clipq, [clipq + 2 * strideq]
|
||||||
|
|
||||||
sub vb_posq, 4
|
sub vb_posq, 4
|
||||||
sub heightq, 4
|
sub heightq, 4
|
||||||
|
|
Loading…
Reference in New Issue