Re: [FFmpeg-devel] [PATCH 11/11] avcodec/mips: loongson optimize idctdsp with mmi v2

2016-05-23 Thread Michael Niedermayer
On Tue, May 17, 2016 at 07:16:42PM +0800, 周晓勇 wrote: > avcodec/mips/idctdsp_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

Re: [FFmpeg-devel] [PATCH 11/11] avcodec/mips: loongson optimize idctdsp with mmi v2

2016-05-17 Thread 周晓勇
avcodec/mips/idctdsp_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 在 2016

[FFmpeg-devel] [PATCH 11/11] avcodec/mips: loongson optimize idctdsp with mmi v2

2016-05-13 Thread 周晓勇
From 37d9b61f529064a6a78c99f86ff371fefa2b357a Mon Sep 17 00:00:00 2001 From: ZhouXiaoyong Date: Fri, 13 May 2016 16:51:14 +0800 Subject: [PATCH 11/11] avcodec/mips: loongson optimize idctdsp with mmi v2 --- libavcodec/mips/idctdsp_mmi.c | 290 ++ 1 file c