1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00
FFmpeg/libavutil/mips
Shiyou Yin ab04fedaaa mips: Fix potential illegal instruction error.
MSA2 optimizations are attached to MSA macros in generic_macros_msa.h.
It's difficult to do runtime check for them. Remove this part of code
can make it more robust. H264 1080p decoding: 5.13x==>5.12x.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2021-05-07 17:53:23 +02:00
..
asmdefs.h libavutils: Add parse_r helper for MIPS 2020-07-23 17:17:05 +02:00
cpu.c libavutil: Detect MMI and MSA flags for MIPS 2020-07-23 17:21:58 +02:00
cpu.h libavutil: Detect MMI and MSA flags for MIPS 2020-07-23 17:21:58 +02:00
float_dsp_mips.c mips: add support for R6 2016-03-09 20:05:04 +01:00
generic_macros_msa.h mips: Fix potential illegal instruction error. 2021-05-07 17:53:23 +02:00
intreadwrite.h avutil/mips/intreadwrite: build fix for mips64r6 (instruction 'lwl' not supported) 2015-04-10 13:03:44 +02:00
libm_mips.h Include attributes.h directly 2021-04-19 14:34:10 +02:00
Makefile libavutil: Detect MMI and MSA flags for MIPS 2020-07-23 17:21:58 +02:00
mmiutils.h lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 2021-01-01 14:11:01 +01:00