aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mips/videodsp_init.c
Commit message (Collapse)AuthorAgeFilesLines
* libavcodec: Enable runtime detection for MIPS MMI & MSAJiaxun Yang2020-07-231-5/+5
| | | | | | | | | Apply optimized functions according to cpuflags. MSA is usually put after MMI as it's generally faster than MMI. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Reviewed-by: Shiyou Yin <yinshiyou-hf@loongson.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: Add prefetch for mipsKaustubh Raste2017-07-141-0/+51
Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com> Reviewed-by: Manojkumar Bhosale <Manojkumar.Bhosale@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>