summaryrefslogtreecommitdiffstats
path: root/libavcodec/mips
Commit message (Expand)AuthorAgeFilesLines
* avcodec/mips: msa optimizations for vc1dspgxw2019-10-304-4/+511
* avcodec/mips: Fixed four warnings in vc1dspgxw2019-10-142-8/+8
* avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros.gxw2019-09-1611-166/+191
* avcodec/mips: Fix a warnning of indentation not reflect the block structure.Shiyou Yin2019-09-101-3/+3
* avutil/mips: refine msa macros CLIP_*.gxw2019-08-1314-310/+231
* avutil/mips: Avoid instruction exception caused by gssqc1/gslqc1.Shiyou Yin2019-08-021-1/+1
* avcodec/mips: [loongson] refine process of setting block as 0 in h264dsp_mmi.Shiyou Yin2019-07-281-31/+13
* avutil/mips: refactor msa load and store macros.Shiyou Yin2019-07-1923-953/+877
* avcodec/mips/cabac: replace addi with addiuYunQiang Su2019-07-101-1/+1
* avcodec/mips: [loongson] fix mpeg4 decoding error on loongson platform.Shiyou Yin2019-05-261-1/+1
* avcodec/mips: [loongson] mmi optimizations for VP9 put and avg functionsgxw2019-02-274-0/+721
* avcodec/mips: [loongson] optimize theora decoding with mmi.gxw2019-02-164-0/+790
* avcodec/mips: [loongson] optimize put_hevc_qpel_h_8 with mmi.Shiyou Yin2019-02-023-0/+115
* avcodec/mips: [loongson] optimize put_hevc_qpel_bi_h_8 with mmi.Shiyou Yin2019-02-023-0/+150
* avcodec/mips: [loongson] optimize put_hevc_epel_bi_hv_8 with mmi.Shiyou Yin2019-02-023-0/+199
* avcodec/mips: [loongson] optimize put_hevc_qpel_uni_hv_8 with mmi.Shiyou Yin2019-02-023-0/+240
* avcodec/mips: [loongson] optimize put_hevc_qpel_bi_hv_8 with mmi.Shiyou Yin2019-01-223-1/+249
* avcodec/mips: [loongson] optimize put_hevc_qpel_hv_8 with mmi.Shiyou Yin2019-01-223-10/+231
* avcodec/mips: [loongson] optimize put_hevc_pel_bi_pixels_8 with mmi.Shiyou Yin2019-01-204-0/+177
* avcodec/mips: [loongson] optimize theora decoding in vp3dsp.gxw2018-12-274-0/+747
* avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msagxw2018-12-241-1/+1
* avcodec/mips: [loongson] enable MSA optimization for loongson platform.Shiyou Yin2018-12-1810-30/+30
* avcodec/mips: [loongson] refine optimization in h264_chroma.Shiyou Yin2018-12-011-544/+426
* avcodec: [loongson] optimize get_cabac_inline.Shiyou Yin2018-09-191-0/+119
* avcodec/mips: [loongson] refine ff_vc1_inv_trans_8x8_mmi.Shiyou Yin2018-09-191-133/+94
* avcodec/mips: [loongson] fix bug of svq3-watermark failed in fate test.Shiyou Yin2018-09-141-89/+23
* avutil/mips: [loongson] simplify macro TRANSPOSE_4H and TRANSPOSE_8BShiyou Yin2018-09-092-72/+12
* avcodec/mips: [loongson] optimize vp8 decoding in vp8dsp.gxw2018-09-091-36/+366
* avcodec/mips: [loongson] fix improper use of register constraints.Shiyou Yin2018-09-071-3/+3
* avcodec/mips: [loongson] reoptimize put and add pixels clamped functions.Shiyou Yin2018-09-051-93/+62
* avcodec/mips: [loongson] simplify the usage of intermediate variable addr.Shiyou Yin2018-09-041-94/+87
* avcodec: [loongson] fix bug of mss2-wmv failed in fate test.Shiyou Yin2018-09-041-536/+957
* avcodec/mips: [loongson] optimize memset in h264dsp.Shiyou Yin2018-09-021-9/+21
* avcodec/mips: [loongson] reoptimize h264_chroma_mc8_mmi v2.Shiyou Yin2018-09-021-289/+455
* avcodec/mips: [loongson] reoptimize simple idct with mmi.Shiyou Yin2018-09-023-785/+395
* avcodec/mips: fix conflicting types error of ff_vc1_h_s_overlap_mmi.Shiyou Yin2018-07-141-1/+1
* avcodec/vc1: fix overlap filter for frame interlaced picturesJerome Borsboom2018-06-291-6/+9
* avcodec/mips: Improve hevc non-uni hz and vt mc msa functionsKaustubh Raste2017-11-141-229/+312
* avcodec/mips: cleanup unused macrosKaustubh Raste2017-11-141-37/+0
* avcodec/mips: Improve hevc non-uni hv mc msa functionsKaustubh Raste2017-11-081-608/+870
* avcodec/mips: Improve hevc uni weighted 4 tap vt mc msa functionsKaustubh Raste2017-11-081-523/+529
* avcodec/mips: Improve hevc uni 4 tap hv mc msa functionsKaustubh Raste2017-11-081-559/+566
* avcodec/mips: Improve hevc bi wgt 4 tap hv mc msa functionsKaustubh Raste2017-11-081-524/+872
* avcodec/mips: Improve hevc bi 4 tap hv mc msa functionsKaustubh Raste2017-11-071-455/+685
* avcodec/mips: Improve avc avg mc 10, 30, 01 and 03 msa functionsKaustubh Raste2017-11-071-430/+663
* avcodec/mips: Improve hevc uni weighted 4 tap hz mc msa functionsKaustubh Raste2017-11-051-441/+445
* avcodec/mips: Improve hevc uni 4 tap hz and vt mc msa functionsKaustubh Raste2017-11-051-235/+274
* avcodec/mips: Improve hevc bi wgt 4 tap hz and vt mc msa functionsKaustubh Raste2017-11-041-340/+247
* avcodec/mips: Improve hevc bi 4 tap hz and vt mc msa functionsKaustubh Raste2017-11-041-218/+210
* avcodec/mips: Improve avc avg mc 20, 21 and 23 msa functionsKaustubh Raste2017-11-041-399/+793
OpenPOWER on IntegriCloud