Re: [FFmpeg-devel] [PATCH] x86/swr: make int32_to_int32 un/pack_2ch functions SSE

2015-01-15 Thread Ronald S. Bultje
Hi, On Wed, Jan 14, 2015 at 4:23 PM, James Almer wrote: > On 14/01/15 1:59 PM, Michael Niedermayer wrote: > > On Wed, Jan 14, 2015 at 01:53:48AM -0300, James Almer wrote: > >> unpack_2ch is already using sse float ops only, and pack_2ch is a > trivial change. > >> Rename both to float_to_float f

Re: [FFmpeg-devel] [PATCH] x86/swr: make int32_to_int32 un/pack_2ch functions SSE

2015-01-14 Thread James Almer
On 14/01/15 1:59 PM, Michael Niedermayer wrote: > On Wed, Jan 14, 2015 at 01:53:48AM -0300, James Almer wrote: >> unpack_2ch is already using sse float ops only, and pack_2ch is a trivial >> change. >> Rename both to float_to_float for consistency. >> >> Signed-off-by: James Almer >> --- >> libs

Re: [FFmpeg-devel] [PATCH] x86/swr: make int32_to_int32 un/pack_2ch functions SSE

2015-01-14 Thread Michael Niedermayer
On Wed, Jan 14, 2015 at 01:53:48AM -0300, James Almer wrote: > unpack_2ch is already using sse float ops only, and pack_2ch is a trivial > change. > Rename both to float_to_float for consistency. > > Signed-off-by: James Almer > --- > libswresample/x86/audio_convert.asm| 14 -- >

[FFmpeg-devel] [PATCH] x86/swr: make int32_to_int32 un/pack_2ch functions SSE

2015-01-13 Thread James Almer
unpack_2ch is already using sse float ops only, and pack_2ch is a trivial change. Rename both to float_to_float for consistency. Signed-off-by: James Almer --- libswresample/x86/audio_convert.asm| 14 -- libswresample/x86/audio_convert_init.c | 11 +++ 2 files changed, 1