From 87f2d8079ac6b78422d5ac3e25fa577909aba1d6 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Mon, 12 May 2014 14:31:24 +0200 Subject: [PATCH] hevcdsp: correctly indicate that hevc_put_hevc_bi_epel_h uses 9 GPRs Fixes FATE on Windows. Reviewed-by: "Ronald S. Bultje" Signed-off-by: Michael Niedermayer --- libavcodec/x86/hevc_mc.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/x86/hevc_mc.asm b/libavcodec/x86/hevc_mc.asm index e83613b3ab..1fae38c615 100644 --- a/libavcodec/x86/hevc_mc.asm +++ b/libavcodec/x86/hevc_mc.asm @@ -564,7 +564,7 @@ cglobal hevc_put_hevc_uni_epel_h%1_%2, 6, 7, 15 , dst, dststride, src, srcstride jnz .loop ; height loop RET -cglobal hevc_put_hevc_bi_epel_h%1_%2, 8, 8, 15, dst, dststride, src, srcstride, src2, src2stride,height, mx, rfilter +cglobal hevc_put_hevc_bi_epel_h%1_%2, 8, 9, 15, dst, dststride, src, srcstride, src2, src2stride,height, mx, rfilter movdqa m9, [pw_bi_%2] EPEL_FILTER %2, mx .loop