|
xoreos
0.0.5
|
(Inverse) Modified Discrete Cosine Transforms. More...
#include "src/common/maths.h"#include "src/common/util.h"#include "src/common/fft.h"#include "src/common/mdct.h"
Go to the source code of this file.
Namespaces | |
| Common | |
Macros | |
| #define | CMUL(dre, dim, are, aim, bre, bim) |
(Inverse) Modified Discrete Cosine Transforms.
Definition in file mdct.cpp.
| #define CMUL | ( | dre, | |
| dim, | |||
| are, | |||
| aim, | |||
| bre, | |||
| bim | |||
| ) |
Definition at line 83 of file mdct.cpp.
Referenced by Common::MDCT::calcHalfIMDCT(), and Common::MDCT::calcMDCT().
1.8.14