[FFmpeg-cvslog] hevcdsp: correctly indicate that hevc_put_hevc_bi_epel_h uses 9 GPRs
Hendrik Leppkes
git at videolan.org
Mon May 12 17:09:42 CEST 2014
ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Mon May 12 14:31:24 2014 +0200| [87f2d8079ac6b78422d5ac3e25fa577909aba1d6] | committer: Michael Niedermayer
hevcdsp: correctly indicate that hevc_put_hevc_bi_epel_h uses 9 GPRs
Fixes FATE on Windows.
Reviewed-by: "Ronald S. Bultje" <rsbultje at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=87f2d8079ac6b78422d5ac3e25fa577909aba1d6
---
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 e83613b..1fae38c 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
More information about the ffmpeg-cvslog
mailing list