Re: [libav-devel] [PATCH 13/15] lavr: x86: optimized 6-channel flt to s16p 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| 74 libavresample/x86/audio_convert_init.c | 13 ++ 2 files changed, 87 insertions(+), 0 deletions(-) LGTM. Ronald

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

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

Re: [libav-devel] [PATCH 13/15] lavr: x86: optimized 6-channel flt to s16p 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: +movhlpsm3, m1 +movlhpsm3, m2 ; m3 = 12, 13, 14, 15, 16, 17, 18, 19 +movlhpsm1, m1 +movhlpsm1, m0 ; m1 = 4, 5, 6, 7, 8, 9, 10, 11 +psrldq

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

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