summaryrefslogtreecommitdiffstats
path: root/libavcodec/mips/vp9dsp_init_mips.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 bilinear functionsShivraj Patil2015-07-271-0/+2
| | | | | | Signed-off-by: Shivraj Patil <[email protected]> Reviewed-by: "Ronald S. Bultje" <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 intra functionsShivraj Patil2015-07-241-0/+31
| | | | | | Signed-off-by: Shivraj Patil <[email protected]> Reviewed-by: "Ronald S. Bultje" <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 idct functionsShivraj Patil2015-07-231-0/+24
| | | | | | Signed-off-by: Shivraj Patil <[email protected]> Reviewed-by: "Ronald S. Bultje" <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 lpf functionsShivraj Patil2015-07-231-0/+25
| | | | | | Signed-off-by: Shivraj Patil <[email protected]> Reviewed-by: "Ronald S. Bultje" <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 MC functionsShivraj Patil2015-07-161-0/+94
This patch adds MSA (MIPS-SIMD-Arch) optimizations for VP9 MC functions in new file vp9_mc_msa.c Signed-off-by: Shivraj Patil <[email protected]> Reviewed-by: "Ronald S. Bultje" <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>