SYMBOL INDEX (54 symbols across 3 files) FILE: AudioFFT.cpp type audiofft (line 48) | namespace audiofft type detail (line 51) | namespace detail class AudioFFTImpl (line 54) | class AudioFFTImpl method AudioFFTImpl (line 57) | AudioFFTImpl() = default; method AudioFFTImpl (line 58) | AudioFFTImpl(const AudioFFTImpl&) = delete; method AudioFFTImpl (line 59) | AudioFFTImpl& operator=(const AudioFFTImpl&) = delete; function IsPowerOf2 (line 67) | constexpr bool IsPowerOf2(size_t val) function ConvertBuffer (line 74) | void ConvertBuffer(TypeDest* dest, const TypeSrc* src, size_t len) function ScaleBuffer (line 84) | void ScaleBuffer(TypeDest* dest, const TypeSrc* src, const TypeFacto... class OouraFFT (line 105) | class OouraFFT : public detail::AudioFFTImpl method OouraFFT (line 108) | OouraFFT() : method OouraFFT (line 117) | OouraFFT(const OouraFFT&) = delete; method OouraFFT (line 118) | OouraFFT& operator=(const OouraFFT&) = delete; method init (line 120) | virtual void init(size_t size) override method fft (line 135) | virtual void fft(const float* data, float* re, float* im) override method ifft (line 160) | virtual void ifft(float* data, const float* re, const float* im) ove... method rdft (line 188) | void rdft(int n, int isgn, double *a, int *ip, double *w) method makewt (line 229) | void makewt(int nw, int *ip, double *w) method makect (line 258) | void makect(int nc, int *ip, double *c) method bitrv2 (line 280) | void bitrv2(int n, int *ip, double *a) method cftfsub (line 380) | void cftfsub(int n, double *a, double *w) method cftbsub (line 430) | void cftbsub(int n, double *a, double *w) method cft1st (line 480) | void cft1st(int n, double *a, double *w) method cftmdl (line 585) | void cftmdl(int n, int l, double *a, double *w) method rftfsub (line 712) | void rftfsub(int n, double *a, int nc, double *c) method rftbsub (line 737) | void rftbsub(int n, double *a, int nc, double *c) class IntelIppFFT (line 786) | class IntelIppFFT : public detail::AudioFFTImpl method IntelIppFFT (line 789) | IntelIppFFT() : method IntelIppFFT (line 802) | IntelIppFFT(const IntelIppFFT&) = delete; method IntelIppFFT (line 803) | IntelIppFFT& operator=(const IntelIppFFT&) = delete; method init (line 810) | virtual void init(size_t size) override method fft (line 868) | virtual void fft(const float* data, float* re, float* im) override method ifft (line 888) | virtual void ifft(float* data, const float* re, const float* im) ove... class AppleAccelerateFFT (line 943) | class AppleAccelerateFFT : public detail::AudioFFTImpl method AppleAccelerateFFT (line 946) | AppleAccelerateFFT() : method AppleAccelerateFFT (line 956) | AppleAccelerateFFT(const AppleAccelerateFFT&) = delete; method AppleAccelerateFFT (line 957) | AppleAccelerateFFT& operator=(const AppleAccelerateFFT&) = delete; method init (line 964) | virtual void init(size_t size) override method fft (line 990) | virtual void fft(const float* data, float* re, float* im) override method ifft (line 1006) | virtual void ifft(float* data, const float* re, const float* im) ove... class FFTW3FFT (line 1051) | class FFTW3FFT : public detail::AudioFFTImpl method FFTW3FFT (line 1054) | FFTW3FFT() : method FFTW3FFT (line 1066) | FFTW3FFT(const FFTW3FFT&) = delete; method FFTW3FFT (line 1067) | FFTW3FFT& operator=(const FFTW3FFT&) = delete; method init (line 1074) | virtual void init(size_t size) override method fft (line 1125) | virtual void fft(const float* data, float* re, float* im) override method ifft (line 1133) | virtual void ifft(float* data, const float* re, const float* im) ove... FILE: AudioFFT.h function namespace (line 94) | namespace audiofft FILE: test/Test.cpp function CheckBuffers (line 37) | static bool CheckBuffers(size_t size, const TA a, const TB b, double tol... function TestCorrectness (line 54) | static void TestCorrectness(size_t inputSize, const double* refRe, const... function TestCorrectness (line 82) | static void TestCorrectness() function TestPerformance (line 174) | static void TestPerformance(const size_t inputSize) function TestPerformanceKissFFT (line 211) | static void TestPerformanceKissFFT(const size_t inputSize) function main (line 246) | int main()