1 /** \file imdct.h: Exported symbols from imdct.c. */
5 int imdct_init(int nbits
, int inverse
, struct mdct_context
**result
);
6 void imdct(struct mdct_context
*s
, float *output
, const float *input
);
7 void imdct_end(struct mdct_context
*s
);