Re: [libav-devel] [PATCH 09/15] lavr: x86: optimized 6-channel s16 to s16p conversion

2012-08-21 Thread Ronald S. Bultje
Hi, On Sun, Aug 5, 2012 at 9:52 PM, Justin Ruggles wrote: > --- > libavresample/x86/audio_convert.asm| 61 > > libavresample/x86/audio_convert_init.c | 13 +++ > 2 files changed, 74 insertions(+), 0 deletions(-) I think this looks good - just remind

[libav-devel] [PATCH 09/15] lavr: x86: optimized 6-channel s16 to s16p conversion

2012-08-05 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 61 libavresample/x86/audio_convert_init.c | 13 +++ 2 files changed, 74 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index db141e2..09c4e

Re: [libav-devel] [PATCH 09/15] lavr: x86: optimized 6-channel s16 to s16p conversion

2012-07-24 Thread Ronald S. Bultje
Hi, On Sat, Jul 14, 2012 at 9:29 PM, Justin Ruggles wrote: > +mova m0, [srcq ] ; m0 = 0, 1, 2, 3, 4, 5, 6, 7 > +mova m2, [srcq+2*mmsize] ; m2 = 16, 17, 18, 19, 20, 21, 22, 23 > +movq m3, [srcq+ mmsize+mmsize/2] > +movlhpsm3, m2

[libav-devel] [PATCH 09/15] lavr: x86: optimized 6-channel s16 to s16p conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 60 libavresample/x86/audio_convert_init.c |9 + 2 files changed, 69 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index 70519e1..4690419