Re: [FFmpeg-devel] [PATCH 4/8] sbc: implement SBC encoder (low-complexity subband codec)

2017-12-20 Thread Aurelien Jacobs
On Mon, Dec 18, 2017 at 12:45:12PM +0100, Michael Niedermayer wrote: > On Sun, Dec 17, 2017 at 10:47:16PM +0100, Aurelien Jacobs wrote: > > This was originally based on libsbc, and was fully integrated into ffmpeg. > > --- > [...] > > +static inline void sbc_analyze_4b_4s_simd(SBCDSPContext *s, >

Re: [FFmpeg-devel] [PATCH 4/8] sbc: implement SBC encoder (low-complexity subband codec)

2017-12-18 Thread Michael Niedermayer
On Sun, Dec 17, 2017 at 10:47:16PM +0100, Aurelien Jacobs wrote: > This was originally based on libsbc, and was fully integrated into ffmpeg. > --- [...] > +static inline void sbc_analyze_4b_4s_simd(SBCDSPContext *s, > + int16_t *x, int32_t *out, int >

[FFmpeg-devel] [PATCH 4/8] sbc: implement SBC encoder (low-complexity subband codec)

2017-12-17 Thread Aurelien Jacobs
This was originally based on libsbc, and was fully integrated into ffmpeg. --- doc/general.texi | 2 +- libavcodec/Makefile | 2 + libavcodec/allcodecs.c | 4 +- libavcodec/sbcdsp.c | 390 + libavcodec/sbcdsp.h | 83 +