avcodec/x86/diracdsp: fix wrong register load/use count

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
Kyosuke Kawakami 2024-11-15 03:25:32 +09:00 committed by Ronald S. Bultje
parent 711290f9a3
commit 0e5e37d32c
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ cglobal add_rect_clamped_%1, 7,9,3, dst, src, stride, idwt, idwt_stride, w, h
%macro ADD_OBMC 2
; void add_obmc(uint16_t *dst, uint8_t *src, int stride, uint8_t *obmc_weight, int yblen)
cglobal add_dirac_obmc%1_%2, 6,6,5, dst, src, stride, obmc, yblen
cglobal add_dirac_obmc%1_%2, 5,5,5, dst, src, stride, obmc, yblen
pxor m4, m4
.loop:
%assign i 0