Cinder  0.9.1
Namespaces | Functions
fftsg.h File Reference

Namespaces

 cinder
 
 cinder::audio
 
 cinder::audio::dsp
 
 cinder::audio::dsp::ooura
 

Functions

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)