Signed-off-by: Kyosuke Kawakami <[email protected]>
---
libavcodec/x86/diracdsp.asm | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/x86/diracdsp.asm b/libavcodec/x86/diracdsp.asm
index 03b929da76..a653fa04de 100644
--- a/libavcodec/x86/diracdsp.asm
+++ b/libavcodec/x86/diracdsp.asm
@@ -218,6 +218,7 @@ cglobal add_rect_clamped_%1, 7,9,3, dst, src, stride, idwt,
idwt_stride, w, h
; void add_obmc(uint16_t *dst, uint8_t *src, int stride, uint8_t *obmc_weight,
int yblen)
cglobal add_dirac_obmc%1_%2, 5,5,5, dst, src, stride, obmc, yblen
pxor m4, m4
+ movsxdifnidn strideq, strided
.loop:
%assign i 0
%rep %1 / mmsize
--
2.47.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".