1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/libavcodec/mips
Shivraj Patil 178ba1fd03 avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC qpel functions
This patch adds MSA (MIPS-SIMD-Arch) optimizations for AVC qpel functions in new file h264qpel_msa.c
Adds new generic macros (needed for this patch) in libavutil/mips/generic_macros_msa.h

Added const to local static array.

Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-06-13 02:21:55 +02:00
..
aaccoder_mips.c
aacdec_mips.c
aacdec_mips.h
aacpsdsp_mips.c
aacpsy_mips.h
aacsbr_mips.c
aacsbr_mips.h avcodec/mips: disable assembly not supported for Loongson-3 2015-04-25 13:17:28 +02:00
ac3dsp_mips.c
acelp_filters_mips.c
acelp_vectors_mips.c
amrwbdec_mips.c
amrwbdec_mips.h
celp_filters_mips.c
celp_math_mips.c
compute_antialias_fixed.h
compute_antialias_float.h
fft_mips.c
fmtconvert_mips.c
h264chroma_init_mips.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC chroma mc functions 2015-06-11 12:24:02 +02:00
h264chroma_mips.h avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC chroma mc functions 2015-06-11 12:24:02 +02:00
h264chroma_mmi.c avcodec: loongson3 optimized h264chroma put and avg with mmi 2015-06-02 13:40:16 +02:00
h264chroma_msa.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC chroma mc functions 2015-06-11 12:24:02 +02:00
h264dsp_init_mips.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC idct functions 2015-06-11 17:10:45 +02:00
h264dsp_mips.h avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC qpel functions 2015-06-13 02:21:55 +02:00
h264dsp_mmi.c avcodec: loongson3 optimized h264dsp weighted mc with mmi 2015-05-27 13:01:54 +02:00
h264dsp_msa.c avcodec/mips: Restructure as per avutil/mips/generic_macros_msa.h 2015-05-28 11:57:11 +02:00
h264idct_msa.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC idct functions 2015-06-11 17:10:45 +02:00
h264pred_init_mips.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction functions 2015-06-11 17:10:41 +02:00
h264pred_msa.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction functions 2015-06-11 17:10:41 +02:00
h264qpel_init_mips.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC qpel functions 2015-06-13 02:21:55 +02:00
h264qpel_msa.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC qpel functions 2015-06-13 02:21:55 +02:00
hevc_idct_msa.c avcodec/mips: Add 'const' to static arrays in HEVC MSA code 2015-06-11 12:24:48 +02:00
hevc_lpf_sao_msa.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC loop filter and sao functions 2015-06-10 13:14:50 +02:00
hevc_macros_msa.h avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC bi mc functions 2015-06-02 01:54:51 +02:00
hevc_mc_bi_msa.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC bi mc functions 2015-06-02 01:54:51 +02:00
hevc_mc_biw_msa.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC biw mc functions 2015-06-03 21:01:59 +02:00
hevc_mc_uni_msa.c avcodec/mips: Add 'const' to static arrays in HEVC MSA code 2015-06-11 12:24:48 +02:00
hevc_mc_uniw_msa.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uniw mc functions 2015-06-03 13:46:47 +02:00
hevcdsp_init_mips.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC loop filter and sao functions 2015-06-10 13:14:50 +02:00
hevcdsp_mips.h avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC loop filter and sao functions 2015-06-10 13:14:50 +02:00
hevcdsp_msa.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC mc epel functions 2015-06-03 21:30:21 +02:00
hevcpred_init_mips.c avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC intra prediction functions 2015-06-10 13:53:03 +02:00
hevcpred_mips.h avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC intra prediction functions 2015-06-10 13:53:03 +02:00
hevcpred_msa.c avcodec/mips: Add 'const' to static arrays in HEVC MSA code 2015-06-11 12:24:48 +02:00
iirfilter_mips.c avcodec/mips: disable assembly not supported for Loongson-3 2015-04-25 13:17:28 +02:00
lsp_mips.h
Makefile avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC qpel functions 2015-06-13 02:21:55 +02:00
mathops.h avcodec/mips: loongson fix bugs in mathops optimization 2015-05-21 17:46:33 +02:00
mpegaudiodsp_mips_fixed.c
mpegaudiodsp_mips_float.c avcodec/mips: disable assembly not supported for Loongson-3 2015-04-25 13:17:28 +02:00
sbrdsp_mips.c avcodec/mips: disable assembly not supported for Loongson-3 2015-04-25 13:17:28 +02:00