[FFmpeg-devel] [PATCH 1/3] x86/hevc_mc: remove an unnecessary pxor

Mickaël Raulet mraulet at gmail.com
Mon Aug 4 10:27:44 CEST 2014


Patch ok.

Mickael

Le lundi 4 août 2014, James Almer <jamrial at gmail.com> a écrit :

> Signed-off-by: James Almer <jamrial at gmail.com <javascript:;>>
> ---
>  libavcodec/x86/hevc_mc.asm | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/libavcodec/x86/hevc_mc.asm b/libavcodec/x86/hevc_mc.asm
> index fc78062..a16b0ab 100644
> --- a/libavcodec/x86/hevc_mc.asm
> +++ b/libavcodec/x86/hevc_mc.asm
> @@ -551,8 +551,7 @@ cglobal hevc_put_hevc_pel_pixels%1_%2, 5, 5, 3, dst,
> dststride, src, srcstride,h
>      LOOP_END         dst, dststride, src, srcstride
>      RET
>
> -cglobal hevc_put_hevc_uni_pel_pixels%1_%2, 5, 5, 3, dst, dststride, src,
> srcstride,height
> -    pxor              m2, m2
> +cglobal hevc_put_hevc_uni_pel_pixels%1_%2, 5, 5, 2, dst, dststride, src,
> srcstride,height
>  .loop
>      SIMPLE_LOAD       %1, %2, srcq, m0
>      PEL_%2STORE%1   dstq, m0, m1
> --
> 1.8.5.5
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org <javascript:;>
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list