|
| FFTFallback (int order) |
|
void | perform (const Complex< float > *input, Complex< float > *output, bool inverse) const noexcept override |
|
void | performRealOnlyForwardTransform (float *d, bool) const noexcept override |
|
void | performRealOnlyInverseTransform (float *d) const noexcept override |
|
void | performRealOnlyForwardTransform (Complex< float > *scratch, float *d) const noexcept |
|
void | performRealOnlyInverseTransform (Complex< float > *scratch, float *d) const noexcept |
|
|
const size_t | maxFFTScratchSpaceToAlloca = 256 * 1024 |
|
SpinLock | processLock |
|
std::unique_ptr< FFTConfig > | configForward |
|
std::unique_ptr< FFTConfig > | configInverse |
|
int | size |
|
|
static constexpr int | priority = -1 |
|
Definition at line 83 of file juce_FFT.cpp.
The documentation for this struct was generated from the following file: