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

2017-02-01 Thread Rostislav Pehlivanov
On 1 February 2017 at 03:13, Rostislav Pehlivanov wrote: +static __attribute__ ((noinline)) void fft15(const FFTComplex exptab[22], > FFTComplex *out, > + const FFTComplex *in, size_t stride) > > Removed the noinline attribute locally. _

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

2017-01-31 Thread Rostislav Pehlivanov
The stride parameter does not currently do anything. I can't figure out how to stride since the damn post-rotation happens from the middle and goes both up and down at the same time. Signed-off-by: Rostislav Pehlivanov --- configure| 6 +- libavcodec/Makefile | 2