Re: [libav-devel] [PATCH 14/15] lavr: x86: optimized 2-channel flt to fltp conversion

2012-08-21 Thread Ronald S. Bultje
Hi, On Wed, Aug 1, 2012 at 7:43 AM, Justin Ruggles wrote: > --- > libavresample/x86/audio_convert.asm| 33 > > libavresample/x86/audio_convert_init.c |9 > 2 files changed, 42 insertions(+), 0 deletions(-) LGTM. Ronald __

[libav-devel] [PATCH 14/15] lavr: x86: optimized 2-channel flt to fltp conversion

2012-08-01 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 33 libavresample/x86/audio_convert_init.c |9 2 files changed, 42 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index bc79f65..16cf

Re: [libav-devel] [PATCH 14/15] lavr: x86: optimized 2-channel flt to fltp conversion

2012-07-25 Thread Loren Merritt
On Wed, 25 Jul 2012, Justin Ruggles wrote: > On 07/25/2012 01:03 AM, Ronald S. Bultje wrote: > >> (Can this be implemented in YMM with the current instructions available?) > > Not really sure if it would help. > Maybe something like this? > > vpermilps m0, [srcq+2*lenq], q0213 > vextra

Re: [libav-devel] [PATCH 14/15] lavr: x86: optimized 2-channel flt to fltp conversion

2012-07-25 Thread Justin Ruggles
On 07/25/2012 03:19 PM, Justin Ruggles wrote: > On 07/25/2012 01:03 AM, Ronald S. Bultje wrote: >> Hi, >> >> On Sat, Jul 14, 2012 at 9:29 PM, Justin Ruggles >> wrote: >>> --- >>> libavresample/x86/audio_convert.asm| 34 >>> >>> libavresample/x86/audio_conve

Re: [libav-devel] [PATCH 14/15] lavr: x86: optimized 2-channel flt to fltp conversion

2012-07-25 Thread Justin Ruggles
On 07/25/2012 01:03 AM, Ronald S. Bultje wrote: > Hi, > > On Sat, Jul 14, 2012 at 9:29 PM, Justin Ruggles > wrote: >> --- >> libavresample/x86/audio_convert.asm| 34 >> >> libavresample/x86/audio_convert_init.c |9 >> 2 files changed, 43 inser

Re: [libav-devel] [PATCH 14/15] lavr: x86: optimized 2-channel flt to fltp conversion

2012-07-24 Thread Ronald S. Bultje
Hi, On Sat, Jul 14, 2012 at 9:29 PM, Justin Ruggles wrote: > --- > libavresample/x86/audio_convert.asm| 34 > > libavresample/x86/audio_convert_init.c |9 > 2 files changed, 43 insertions(+), 0 deletions(-) OK. (Can this be implemented in YM

[libav-devel] [PATCH 14/15] lavr: x86: optimized 2-channel flt to fltp conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 34 libavresample/x86/audio_convert_init.c |9 2 files changed, 43 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index 4ce490c..4899