On Tue, 20 Sep 2016, Diego Biurrun wrote:
This avoids SIMD-optimized functions having to sign-extend their stride argument manually to be able to do pointer arithmetic. --- libavcodec/aarch64/h264chroma_init_aarch64.c | 12 ++++++------ libavcodec/aarch64/h264cmc_neon.S | 7 ++----- libavcodec/aarch64/rv40dsp_init_aarch64.c | 16 ++++++++-------- libavcodec/aarch64/vc1dsp_init_aarch64.c | 16 ++++++++-------- libavcodec/arm/h264chroma_init_arm.c | 18 ++++++++++++------ libavcodec/arm/h264cmc_neon.S | 4 ++-- libavcodec/arm/vc1dsp_init_neon.c | 16 ++++++++-------- libavcodec/h264chroma.h | 3 ++- libavcodec/h264chroma_template.c | 16 ++++++++++------ libavcodec/ppc/h264chroma_template.c | 9 +++++++-- libavcodec/rv40dsp.c | 14 ++++++++++---- libavcodec/vc1dsp.c | 8 ++++---- libavcodec/x86/h264_chromamc.asm | 18 +----------------- libavcodec/x86/h264_chromamc_10bit.asm | 15 ++++++--------- libavcodec/x86/h264chroma_init.c | 26 +++++++++++++------------- libavcodec/x86/rv40dsp_init.c | 12 ++++++------ libavcodec/x86/vc1dsp_init.c | 10 +++++----- 17 files changed, 110 insertions(+), 110 deletions(-)
Ok // Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
