Re: [FFmpeg-devel] [PATCH v4 4/4] libavcodec: Enable runtime detection for MIPS MMI & MSA

2020-06-09 Thread Shiyou Yin
PATCH v4 4/4] libavcodec: Enable runtime detection >for MIPS MMI & MSA > >Apply optimized functions according to cpuflags. >MSA is always put after MMI as it's usually faster than MMI. > >Signed-off-by: Jiaxun Yang >--- > libavcodec/mips/blockdsp_init_mips.c

[FFmpeg-devel] [PATCH v4 4/4] libavcodec: Enable runtime detection for MIPS MMI & MSA

2020-06-07 Thread Jiaxun Yang
Apply optimized functions according to cpuflags. MSA is always put after MMI as it's usually faster than MMI. Signed-off-by: Jiaxun Yang --- libavcodec/mips/blockdsp_init_mips.c| 22 +- libavcodec/mips/cabac.h | 2 +- libavcodec/mips/h263dsp_init_mips