|
template<typename T > |
void | cinder::audio::dsp::ooura::cdft (int n, int isgn, T *a, int *ip, T *w) |
|
template<typename T > |
void | cinder::audio::dsp::ooura::rdft (int n, int isgn, T *a, int *ip, T *w) |
|
template<typename T > |
void | cinder::audio::dsp::ooura::ddct (int n, int isgn, T *a, int *ip, T *w) |
|
template<typename T > |
void | cinder::audio::dsp::ooura::ddst (int n, int isgn, T *a, int *ip, T *w) |
|
template<typename T > |
void | cinder::audio::dsp::ooura::dfct (int n, T *a, T *t, int *ip, T *w) |
|
template<typename T > |
void | cinder::audio::dsp::ooura::dfst (int n, T *a, T *t, int *ip, T *w) |
|