|
libcdio-paranoia 10.2+2.0.0
|
Functions | |
| void | fft_forward (int n, float *buf, float *trigcache, int *splitcache) |
| void | fft_backward (int n, float *buf, float *trigcache, int *splitcache) |
| void | fft_i (int n, float **trigcache, int **splitcache) |
| void fft_backward | ( | int | n, |
| float * | buf, | ||
| float * | trigcache, | ||
| int * | splitcache ) |
| void fft_forward | ( | int | n, |
| float * | buf, | ||
| float * | trigcache, | ||
| int * | splitcache ) |
Referenced by data_bigendianp().
| void fft_i | ( | int | n, |
| float ** | trigcache, | ||
| int ** | splitcache ) |