OSDN Git Service

avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC idct functions
authorShivraj Patil <shivraj.patil@imgtec.com>
Wed, 10 Jun 2015 14:18:40 +0000 (19:48 +0530)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 11 Jun 2015 15:10:45 +0000 (17:10 +0200)
commitfb92f3ecb4d48a5612ee61aa39bd538cac9d08cf
treef60612a94b011b4a0fefac3e5b5d9d5b5fff886f
parent1d70b6fe1d9d67a35daf2ec4c653ba3eff5d31b7
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC idct functions

This patch adds MSA (MIPS-SIMD-Arch) optimizations for AVC idct functions in new file h264idct_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/h264dsp_init_mips.c
libavcodec/mips/h264dsp_mips.h
libavcodec/mips/h264idct_msa.c [new file with mode: 0644]
libavutil/mips/generic_macros_msa.h