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

2012-08-21 Thread Ronald S. Bultje
Hi, On Sun, Aug 5, 2012 at 9:52 PM, Justin Ruggles justin.rugg...@gmail.com wrote: --- libavresample/x86/audio_convert.asm| 83 libavresample/x86/audio_convert_init.c | 17 +++ libavutil/x86/x86util.asm | 12 + 3 files

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

2012-08-05 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 83 libavresample/x86/audio_convert_init.c | 17 +++ libavutil/x86/x86util.asm | 12 + 3 files changed, 112 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm

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

2012-07-24 Thread Ronald S. Bultje
Hi, On Sat, Jul 14, 2012 at 9:29 PM, Justin Ruggles justin.rugg...@gmail.com wrote: +mova m0, [srcq ] ; m0 = 0, 1, 2, 3, 4, 5, 6, 7 +mova m1, [srcq+ mmsize] ; m1 = 8, 9, 10, 11, 12, 13, 14, 15 +mova m2, [srcq+2*mmsize] ; m2 = 16, 17, 18, 19,

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

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 85 libavresample/x86/audio_convert_init.c | 13 + libavutil/x86/x86util.asm | 12 + 3 files changed, 110 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm