aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mips/constants.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/mips: version 1 of vc1dsp optimizations for loongson mmiZhou Xiaoyong2016-12-171-0/+4
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/mips: version 1 of vp8dsp optimizations for loongson mmiZhou Xiaoyong2016-12-131-0/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/mips: loongson optimize h264pred with mmi v3Zhou Xiaoyong2016-05-211-0/+1
| | | | | | | | 1. no longer use the register names directly and optimized code format 2. to be compatible with O32, specify type of address variable with mips_reg and handle the address variable with PTR_ operator 3. ff_pred16x16_plane_ functions only support N64 ABI now Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: loongson optimize h264qpel with mmi v1周晓勇2015-08-091-1/+5
| | | | | Signed-off-by: ZhouXiaoyong <zhouxiaoyong@loongson.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: loongson relocate constants of idctdsp and h264pred周晓勇2015-07-201-0/+5
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: loongson constants redefined with macros周晓勇2015-07-201-26/+26
| | | | | Signed-off-by: ZhouXiaoyong <zhouxiaoyong@loongson.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec: loongson add constant definition周晓勇2015-07-161-0/+53
Signed-off-by: ZhouXiaoyong <zhouxiaoyong@loongson.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>