summaryrefslogtreecommitdiffstats
path: root/libavcodec/mips/h264pred_init_mips.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec: loongson optimized h264pred with mmi v2周晓勇2015-08-051-1/+0
| | | | | Signed-off-by: ZhouXiaoyong <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec: loongson optimized h264pred with mmi周晓勇2015-07-151-0/+53
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction ↵Shivraj Patil2015-06-111-0/+104
functions This patch adds MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction functions in new file h264pred_msa.c Adds new generic macros (needed for this patch) in libavutil/mips/generic_macros_msa.h Signed-off-by: Shivraj Patil <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>