| 1454 | } |
| 1455 | |
| 1456 | static void CCSIDFT_32f( const float* src, float* dst, int n, int nf, int* factors, |
| 1457 | const int* itab, const Complexf* wave, int tab_size, const void* spec, |
| 1458 | Complexf* buf, int flags, double scale ) |
| 1459 | { |
| 1460 | CCSIDFT( src, dst, n, nf, factors, itab, wave, tab_size, spec, buf, flags, scale); |
| 1461 | } |
| 1462 | |
| 1463 | static void CCSIDFT_64f( const double* src, double* dst, int n, int nf, int* factors, |
| 1464 | const int* itab, const Complexd* wave, int tab_size, const void* spec, |