| 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, |
| 1465 | Complexd* buf, int flags, double scale ) |
| 1466 | { |
| 1467 | CCSIDFT( src, dst, n, nf, factors, itab, wave, tab_size, spec, buf, flags, scale); |
| 1468 | } |
| 1469 | |
| 1470 | } |
| 1471 |