-
- Downloads
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC bi mc functions
This patch adds MSA (MIPS-SIMD-Arch) optimizations for HEVC bi mc functions (qpel as well as epel) in new file hevc_mc_bi_msa.c Adds new generic macros (needed for this patch) in libavutil/mips/generic_macros_msa.h Adds HEVC specific macros (needed for this patch) in libavcodec/mips/hevc_macros_msa.h Signed-off-by:Shivraj Patil <shivraj.patil@imgtec.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
Showing
- libavcodec/mips/Makefile 2 additions, 1 deletionlibavcodec/mips/Makefile
- libavcodec/mips/hevc_macros_msa.h 30 additions, 0 deletionslibavcodec/mips/hevc_macros_msa.h
- libavcodec/mips/hevc_mc_bi_msa.c 4462 additions, 0 deletionslibavcodec/mips/hevc_mc_bi_msa.c
- libavcodec/mips/hevcdsp_init_mips.c 68 additions, 0 deletionslibavcodec/mips/hevcdsp_init_mips.c
- libavcodec/mips/hevcdsp_mips.h 80 additions, 0 deletionslibavcodec/mips/hevcdsp_mips.h
- libavutil/mips/generic_macros_msa.h 150 additions, 0 deletionslibavutil/mips/generic_macros_msa.h
Loading
Please register or sign in to comment