Re: [FFmpeg-devel] [PATCH 08/11] avcodec/mips: loongson optimize h264pred with mmi v3

2016-05-21 Thread Michael Niedermayer
On Tue, May 17, 2016 at 07:12:54PM +0800, 周晓勇 wrote: > avcodec/mips: loongson optimize h264pred with mmi v3 > > 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 addres

Re: [FFmpeg-devel] [PATCH 08/11] avcodec/mips: loongson optimize h264pred with mmi v3

2016-05-17 Thread 周晓勇
avcodec/mips: loongson optimize h264pred with mmi v3 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_ functi

[FFmpeg-devel] [PATCH 08/11] avcodec/mips: loongson optimize h264pred with mmi v3

2016-05-13 Thread 周晓勇
From 0a8c479860dad3220eb00e057f200e21c0521899 Mon Sep 17 00:00:00 2001 From: Zhou Xiaoyong Date: Thu, 12 May 2016 01:45:34 +0800 Subject: [PATCH 08/11] avcodec/mips: loongson optimize h264pred with mmi v3 --- libavcodec/mips/constants.c |1 + libavcodec/mips/constants.h |