[FFmpeg-devel] [PATCH 3/6] imdct15: rename to mdct15 and add a forward transform

Rostislav Pehlivanov atomnuker at gmail.com
Thu Feb 2 00:16:43 EET 2017


On 1 February 2017 at 03:13, Rostislav Pehlivanov <atomnuker at gmail.com>
wrote:

+static __attribute__ ((noinline)) void fft15(const FFTComplex exptab[22],
> FFTComplex *out,
> +                         const FFTComplex *in, size_t stride)
>
>
Removed the noinline attribute locally.


More information about the ffmpeg-devel mailing list