Re: [FFmpeg-devel] [PATCH] lavu/tx: add support for double precision FFT and MDCT

2019-08-02 Thread Lynne
Aug 1, 2019, 4:54 PM by d...@lynne.ee: > Jul 27, 2019, 7:29 PM by d...@lynne.ee: > >> Simply moves and templates the actual transforms to support an >> additional data type. >> Unlike the float version, which is equal or better than libfftw3f, >> double precision output is bit identical with libff

Re: [FFmpeg-devel] [PATCH] lavu/tx: add support for double precision FFT and MDCT

2019-08-01 Thread Lynne
Jul 27, 2019, 7:29 PM by d...@lynne.ee: > Simply moves and templates the actual transforms to support an > additional data type. > Unlike the float version, which is equal or better than libfftw3f, > double precision output is bit identical with libfftw3. > Planning to push attached version soon.