#include <mdct.h>
Public Member Functions | |
MDCT (int bits, bool inverse, double scale) | |
void | calcMDCT (float *output, const float *input) |
void | calcIMDCT (float *output, const float *input) |
(Inverse) Modified Discrete Cosine Transforms.
void Common::MDCT::calcMDCT | ( | float * | output, |
const float * | input | ||
) |
Compute MDCT of size N = 2^nbits.
void Common::MDCT::calcIMDCT | ( | float * | output, |
const float * | input | ||
) |
Compute inverse MDCT of size N = 2^nbits.