Home
last modified time | relevance | path

Searched refs:fftw_plan (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/FFT/
Dei_fftw_impl.h48 struct fftw_plan {}; struct
51 struct fftw_plan<float>
56 fftw_plan() :m_plan(NULL) {}
57 ~fftw_plan() {if (m_plan) fftwf_destroy_plan(m_plan);}
94 struct fftw_plan<double>
98 ::fftw_plan m_plan;
99 fftw_plan() :m_plan(NULL) {}
100 ~fftw_plan() {if (m_plan) fftw_destroy_plan(m_plan);}
135 struct fftw_plan<long double>
140 fftw_plan() :m_plan(NULL) {}
[all …]
/external/ImageMagick/MagickCore/
Dfourier.c690 fftw_plan in ForwardFourierTransform()
1303 fftw_plan in InverseFourierTransform()