Re: [FFmpeg-devel] [PATCH 06/11] avcodec/mips: loongson optimize hpeldsp with mmi v1

2016-05-21 Thread Michael Niedermayer
On Tue, May 17, 2016 at 02:51:50PM +0800, 周晓勇 wrote: > avcodec/mips: loongson optimize hpeldsp with mmi v1 > 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) > > > > > > > 在 2016-05-13 18:05:07,

Re: [FFmpeg-devel] [PATCH 06/11] avcodec/mips: loongson optimize hpeldsp with mmi v1

2016-05-16 Thread 周晓勇
avcodec/mips: loongson optimize hpeldsp with mmi v1 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) 在 2016-05-13 18:05:07,"周晓勇" 写道: From 8212b9b5beecb6e2ba3f05a2a4c7f1704220c911 Mon Sep 17 00:00:

[FFmpeg-devel] [PATCH 06/11] avcodec/mips: loongson optimize hpeldsp with mmi v1

2016-05-13 Thread 周晓勇
From 8212b9b5beecb6e2ba3f05a2a4c7f1704220c911 Mon Sep 17 00:00:00 2001 From: Zhou Xiaoyong Date: Thu, 12 May 2016 01:59:03 +0800 Subject: [PATCH 06/11] avcodec/mips: loongson optimize hpeldsp with mmi v1 --- libavcodec/mips/Makefile|1 + libavcodec/mips/hpeldsp_init_mips.c | 4