| 1430 | } |
| 1431 | |
| 1432 | static void DFT_64f( const Complexd* src, Complexd* dst, int n, |
| 1433 | int nf, const int* factors, const int* itab, |
| 1434 | const Complexd* wave, int tab_size, |
| 1435 | const void* spec, Complexd* buf, |
| 1436 | int flags, double scale ) |
| 1437 | { |
| 1438 | DFT(src, dst, n, nf, factors, itab, wave, tab_size, spec, buf, flags, scale); |
| 1439 | } |
| 1440 | |
| 1441 | |
| 1442 | static void RealDFT_32f( const float* src, float* dst, int n, int nf, int* factors, |