summaryrefslogtreecommitdiff
path: root/libavutil/mips
Commit message (Expand)AuthorAgeFilesLines
* mips: fix build fail on MIPS R6Junxian Zhu2023-03-261-3/+3
* avutil/mips: Use $at as MMI macro temporary registerJiaxun Yang2021-07-281-42/+66
* avutil/mips: Use MMI_{L, S}QC1 macro in {SAVE, RECOVER}_REGJiaxun Yang2021-07-281-15/+17
* libavcodec/mips: Fix build errors reported by clangJin Bo2021-06-031-0/+8
* mips: Fix potential illegal instruction error.Shiyou Yin2021-05-071-37/+0
* Include attributes.h directlyAndreas Rheinhardt2021-04-191-0/+2
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+2
* avutil/mips/generic_macros_msa: Fix prob that 'ulw' and 'uld' unsupported by ...Shiyou Yin2020-07-301-6/+8
* libavutil: Detect MMI and MSA flags for MIPSJiaxun Yang2020-07-233-1/+163
* libavutils: Add parse_r helper for MIPSJiaxun Yang2020-07-231-0/+42
* avcodec/mips: msa optimizations for vc1dspgxw2019-10-301-0/+3
* avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros.gxw2019-09-161-49/+31
* avutil/mips: remove redundant code in TRANSPOSE16x8_UB_UB.Shiyou Yin2019-08-151-2/+0
* avutil/mips: refine msa macros CLIP_*.gxw2019-08-131-70/+49
* avutil/mips: Avoid instruction exception caused by gssqc1/gslqc1.Shiyou Yin2019-08-021-1/+1
* avutil/mips: refactor msa load and store macros.Shiyou Yin2019-07-191-198/+114
* avutil/mips: optimize UNPCK&SAD macros with MSA2.0 instruction.Shiyou Yin2019-07-101-3/+39
* avcodec/mips: [loongson] mmi optimizations for VP9 put and avg functionsgxw2019-02-271-0/+15
* avcodec/mips: [loongson] optimize put_hevc_qpel_hv_8 with mmi.Shiyou Yin2019-01-221-0/+9
* avutil/mips: [loongson] simplify macro TRANSPOSE_4H and TRANSPOSE_8BShiyou Yin2018-09-091-31/+53
* avcodec/mips: [loongson] optimize vp8 decoding in vp8dsp.gxw2018-09-091-0/+28
* avcodec/mips: [loongson] reoptimize simple idct with mmi.Shiyou Yin2018-09-021-0/+49
* avcodec/mips: Improve hevc bi weighted hv mc msa functionsKaustubh Raste2017-10-251-0/+35
* avcodec/mips: Improve avc bi-weighted mc msa functionsKaustubh Raste2017-10-101-0/+4
* avcodec/mips: Improve avc weighted mc msa functionsKaustubh Raste2017-09-271-0/+36
* avcodec/mips: Improve hevc uni-w copy mc msa functionsKaustubh Raste2017-09-241-0/+30
* avcodec/mips: Improve hevc sao band filter msa functionsKaustubh Raste2017-09-151-0/+1
* avcodec/mips: Improve vp9 mc msa functionsKaustubh Raste2017-09-081-13/+11
* libavcodec/mips: Optimize avc idct 4x4 for msaKaustubh Raste2017-07-251-0/+18
* libavutil/mips: Updated msa generic macrosKaustubh Raste2017-07-211-384/+245
* avutil/mips: loongson add mmi utils header fileZhou Xiaoyong2016-10-231-0/+241
* avutil/mips/generic_macros_msa: rename macro variable which causes segfault f...Shivraj Patil2016-10-051-6/+6
* avutil/mips: header asmdefs.h add some PTR_ macros for loongsonZhouXiaoyong2016-05-141-0/+12
* mips: add support for R6Vicente Olivert Riera2016-03-091-0/+4
* all: Make header guard names consistentTimothy Gu2016-01-311-3/+3
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 lpf functionsShivraj Patil2015-07-231-0/+3
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for idctdsp functionsShivraj Patil2015-07-071-0/+37
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for me_cmp functionsShivraj Patil2015-07-061-0/+59
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideoencdsp functionsShivraj Patil2015-07-061-0/+34
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideo functionsShivraj Patil2015-07-011-0/+94
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for pixblock functionsShivraj Patil2015-06-291-0/+8
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for hpel functionsShivraj Patil2015-06-191-0/+162
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for qpel functionsShivraj Patil2015-06-181-0/+21
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC qpel functionsShivraj Patil2015-06-131-0/+124
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC idct functionsShivraj Patil2015-06-111-0/+96
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction fun...Shivraj Patil2015-06-111-0/+11
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC chroma mc functionsShivraj Patil2015-06-111-0/+56
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC intra prediction fu...Shivraj Patil2015-06-101-0/+46
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC loop filter and sao...Shivraj Patil2015-06-101-1/+110
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC idct functionsShivraj Patil2015-06-041-0/+195