On 13/06/16 18:23, Diego Biurrun wrote:
> This avoids SIMD-optimized functions having to sign-extend their
> line size argument manually to be able to do pointer arithmetic.
> ---
>  libavcodec/aarch64/h264dsp_init_aarch64.c | 37 +++++++++++------------
>  libavcodec/arm/h264dsp_init_arm.c         | 37 +++++++++++------------
>  libavcodec/h264_mb.c                      |  6 ++--
>  libavcodec/h264_mb_template.c             |  2 +-
>  libavcodec/h264dsp.h                      | 49 
> ++++++++++++++++---------------
>  libavcodec/h264dsp_template.c             | 36 +++++++++++------------
>  libavcodec/ppc/h264dsp.c                  | 31 +++++++++----------
>  libavcodec/x86/h264_deblock.asm           | 20 ++++++-------
>  libavcodec/x86/h264_deblock_10bit.asm     | 14 ++++-----
>  libavcodec/x86/h264_idct.asm              | 48 +++++++++++++++---------------
>  libavcodec/x86/h264_idct_10bit.asm        | 18 ++++++------
>  libavcodec/x86/h264_weight.asm            |  4 +--
>  libavcodec/x86/h264_weight_10bit.asm      |  4 +--
>  libavcodec/x86/h264dsp_init.c             | 22 +++++++-------
>  tests/checkasm/h264dsp.c                  |  4 +--
>  15 files changed, 168 insertions(+), 164 deletions(-)

Sure.

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to