[FFmpeg-devel] [PATCH] hevcdsp: correctly indicate that hevc_put_hevc_bi_epel_h uses 9 GPRs

Ronald S. Bultje rsbultje at gmail.com
Mon May 12 14:37:31 CEST 2014


Hi,


On Mon, May 12, 2014 at 8:31 AM, Hendrik Leppkes <h.leppkes at gmail.com>wrote:

> Fixes FATE on Windows.
> ---
>  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
>

OK.

Ronald


More information about the ffmpeg-devel mailing list