]> git.sesse.net Git - ffmpeg/commit
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 MC functions
authorShivraj Patil <shivraj.patil@imgtec.com>
Thu, 9 Jul 2015 13:15:26 +0000 (18:45 +0530)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 16 Jul 2015 13:03:02 +0000 (15:03 +0200)
commit012ba786e6a72c286785530d06c8c780a2c68dd2
tree720add54d0125a393b7c2234b385e227e91f5449
parent2af180bf1bf1d1dcca2c46e0e6ed915cd081a80d
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 MC functions

This patch adds MSA (MIPS-SIMD-Arch) optimizations for VP9 MC functions in new file vp9_mc_msa.c

Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
Reviewed-by: "Ronald S. Bultje" <rsbultje@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/mips/Makefile
libavcodec/mips/vp9_mc_msa.c [new file with mode: 0644]
libavcodec/mips/vp9dsp_init_mips.c [new file with mode: 0644]
libavcodec/mips/vp9dsp_mips.h [new file with mode: 0644]
libavcodec/vp9dsp.c
libavcodec/vp9dsp.h