void DeinitFFT() { if (gFFTBitTable) { for (int b = 1; b <= MaxFastBits; b++) { delete[] gFFTBitTable[b-1]; } delete[] gFFTBitTable; } // Deallocate any unused RealFFTf tables CleanupFFT(); }
void DeinitFFT() { if (gFFTBitTable) { for (int b = 1; b <= MaxFastBits; b++) { delete[] gFFTBitTable[b-1]; } delete[] gFFTBitTable; } #ifdef EXPERIMENTAL_USE_REALFFTF // Deallocate any unused RealFFTf tables CleanupFFT(); #endif }
void DeinitFFT() { // Deallocate any unused RealFFTf tables CleanupFFT(); }