Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/mips: loongson optimize hpeldsp with mmi v1 | Zhou Xiaoyong | 2016-05-21 | 1 | -0/+49 |
| | | | | | | | 1.the codes are compatible with O32 ABI 2.use uld and mtc1 to workaround cpu 3A2000 gslwlc1 bug (gslwlc1 instruction extension bug in O32 ABI) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for hpel functions | Shivraj Patil | 2015-06-19 | 1 | -0/+73 |
This patch adds MSA (MIPS-SIMD-Arch) optimizations for hpel functions in new file hpeldsp_msa.c Adds new generic macros (needed for this patch) in libavutil/mips/generic_macros_msa.h Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |