Re: [libav-devel] [PATCH 5/6] x86: af_volume: add SSE2-optimized s16 volume scaling

2012-10-02 Thread Justin Ruggles
On 09/29/2012 01:17 AM, Justin Ruggles wrote: --- libavfilter/af_volume.c |3 ++ libavfilter/x86/Makefile |3 ++ libavfilter/x86/af_volume.asm| 56 ++ libavfilter/x86/af_volume_init.c | 39 ++ 4

Re: [libav-devel] [PATCH 5/6] x86: af_volume: add SSE2-optimized s16 volume scaling

2012-10-02 Thread Ronald S. Bultje
Hi, On Tue, Oct 2, 2012 at 10:54 AM, Justin Ruggles justin.rugg...@gmail.com wrote: On 09/29/2012 01:17 AM, Justin Ruggles wrote: --- libavfilter/af_volume.c |3 ++ libavfilter/x86/Makefile |3 ++ libavfilter/x86/af_volume.asm| 56

[libav-devel] [PATCH 5/6] x86: af_volume: add SSE2-optimized s16 volume scaling

2012-09-28 Thread Justin Ruggles
--- libavfilter/af_volume.c |3 ++ libavfilter/x86/Makefile |3 ++ libavfilter/x86/af_volume.asm| 56 ++ libavfilter/x86/af_volume_init.c | 39 ++ 4 files changed, 101 insertions(+), 0 deletions(-)