Re: [FFmpeg-devel] [PATCH 2/2] x86/flacdsp: add SSE2 and AVX decorrelate functions

2014-11-13 Thread James Almer
On 13/11/14 11:59 AM, Michael Niedermayer wrote: > On Mon, Nov 10, 2014 at 05:37:29PM -0300, James Almer wrote: >> Signed-off-by: James Almer >> --- >> Now also with indep8 (x86_64 only), and I'm pretty much done with these. >> >> libavcodec/arm/flacdsp_init_arm.c | 2 +- >> libavcodec/flacdec.

Re: [FFmpeg-devel] [PATCH 2/2] x86/flacdsp: add SSE2 and AVX decorrelate functions

2014-11-13 Thread Michael Niedermayer
On Mon, Nov 10, 2014 at 05:37:29PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > Now also with indep8 (x86_64 only), and I'm pretty much done with these. > > libavcodec/arm/flacdsp_init_arm.c | 2 +- > libavcodec/flacdec.c | 6 +- > libavcodec/flacdsp.c

[FFmpeg-devel] [PATCH 2/2] x86/flacdsp: add SSE2 and AVX decorrelate functions

2014-11-10 Thread James Almer
Signed-off-by: James Almer --- Now also with indep8 (x86_64 only), and I'm pretty much done with these. libavcodec/arm/flacdsp_init_arm.c | 2 +- libavcodec/flacdec.c | 6 +- libavcodec/flacdsp.c | 6 +- libavcodec/flacdsp.h | 6 +- libavcodec/flace