191 namespace cinder {
namespace audio {
namespace dsp {
namespace ooura {
193 template <
typename T>
194 void cdft(
int n,
int isgn, T *
a,
int *ip, T *
w);
196 template <
typename T>
197 void rdft(
int n,
int isgn, T *a,
int *ip, T *w);
199 template <
typename T>
200 void ddct(
int n,
int isgn, T *a,
int *ip, T *w);
202 template <
typename T>
203 void ddst(
int n,
int isgn, T *a,
int *ip, T *w);
205 template <
typename T>
206 void dfct(
int n, T *a, T *
t,
int *ip, T *w);
208 template <
typename T>
209 void dfst(
int n, T *a, T *t,
int *ip, T *w);
void dfct(int n, T *a, T *t, int *ip, T *w)
Definition: fftsg.cpp:627
void cdft(int n, int isgn, T *a, int *ip, T *w)
Definition: fftsg.cpp:435
void ddst(int n, int isgn, T *a, int *ip, T *w)
Definition: fftsg.cpp:566
GLenum GLsizei n
Definition: GLee.h:5780
void ddct(int n, int isgn, T *a, int *ip, T *w)
Definition: fftsg.cpp:505
void rdft(int n, int isgn, T *a, int *ip, T *w)
Definition: fftsg.cpp:456
void dfst(int n, T *a, T *t, int *ip, T *w)
Definition: fftsg.cpp:731
GLboolean GLboolean GLboolean GLboolean a
Definition: GLee.h:2964
GLubyte GLubyte GLubyte GLubyte w
Definition: GLee.h:2685
GLdouble GLdouble t
Definition: GLee.h:1426