OSDN Git Service

avcodec/mips/pixblockdsp_mmi: Version 2 of the optimizations for loongson mmi
authorZhouXiaoyong <zhouxiaoyong@loongson.cn>
Tue, 17 May 2016 11:15:46 +0000 (19:15 +0800)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 23 May 2016 21:42:04 +0000 (23:42 +0200)
commit377e5db3db4a6374521394bb797216909c8261dc
tree6f95bf225951e4244cf0aa03d8ed6c7ee497267b
parent05a546181ff17c1a34a609147b0895fbc1a621c8
avcodec/mips/pixblockdsp_mmi: Version 2 of the optimizations for loongson mmi

    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

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/mips/pixblockdsp_mmi.c