int ff_mdct15_init(MDCT15Context **ps, int inverse, int N, double scale)
Init an (i)MDCT of the length 2 * 15 * (2^N)
FFTComplex * twiddle_exptab
void(* imdct_half)(struct MDCT15Context *s, float *dst, const float *src, ptrdiff_t src_stride, float scale)
Calculate the middle half of the iMDCT.
void(* mdct)(struct MDCT15Context *s, float *dst, const float *src, ptrdiff_t stride)
Calculate a full 2N -> N MDCT.