-
- Downloads
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>
Showing
- libavcodec/h264qpel.c 2 additions, 0 deletionslibavcodec/h264qpel.c
- libavcodec/h264qpel.h 1 addition, 0 deletionslibavcodec/h264qpel.h
- libavcodec/mips/Makefile 2 additions, 0 deletionslibavcodec/mips/Makefile
- libavcodec/mips/h264dsp_mips.h 198 additions, 0 deletionslibavcodec/mips/h264dsp_mips.h
- libavcodec/mips/h264qpel_init_mips.c 136 additions, 0 deletionslibavcodec/mips/h264qpel_init_mips.c
- libavcodec/mips/h264qpel_msa.c 3600 additions, 0 deletionslibavcodec/mips/h264qpel_msa.c
- libavutil/mips/generic_macros_msa.h 124 additions, 0 deletionslibavutil/mips/generic_macros_msa.h
Loading
Please register or sign in to comment