OSDN Git Service

avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for pixblock functions
authorShivraj Patil <shivraj.patil@imgtec.com>
Sun, 14 Jun 2015 17:56:26 +0000 (23:26 +0530)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 29 Jun 2015 10:03:43 +0000 (12:03 +0200)
commitd9deae04a78b6b698b90d050a67a3bd9155aba74
treebd206629dbbe92e8704746195c793abca9f7f91a
parent21cede9e970aca7aa0981f7be8378d48fd8e7730
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for pixblock functions

This patch adds MSA (MIPS-SIMD-Arch) optimizations for pixblock functions in new file pixblockdsp_msa.c
Adds new generic macros (needed for this patch) in libavutil/mips/generic_macros_msa.h

Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/mips/Makefile
libavcodec/mips/pixblockdsp_init_mips.c [new file with mode: 0644]
libavcodec/mips/pixblockdsp_mips.h [new file with mode: 0644]
libavcodec/mips/pixblockdsp_msa.c [new file with mode: 0644]
libavcodec/pixblockdsp.c
libavcodec/pixblockdsp.h
libavutil/mips/generic_macros_msa.h