]> git.sesse.net Git - ffmpeg/commit
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for block functions
authorShivraj Patil <shivraj.patil@imgtec.com>
Sun, 14 Jun 2015 17:56:25 +0000 (23:26 +0530)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 22 Jun 2015 18:18:10 +0000 (20:18 +0200)
commitf6276842f38d0511a2d2ab4bb7f5b47b195c8de1
tree7963ef60c546d478e9732815ae048d7160cac28a
parent2abdc6f477a3148604a6c726753503947ea547c2
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for block functions

This patch adds MSA (MIPS-SIMD-Arch) optimizations for block functions in new file blockdsp_msa.c

Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/blockdsp.c
libavcodec/blockdsp.h
libavcodec/mips/Makefile
libavcodec/mips/blockdsp_init_mips.c [new file with mode: 0644]
libavcodec/mips/blockdsp_mips.h [new file with mode: 0644]
libavcodec/mips/blockdsp_msa.c [new file with mode: 0644]