| 1447 | } |
| 1448 | |
| 1449 | static void RealDFT_64f( const double* src, double* dst, int n, int nf, int* factors, |
| 1450 | const int* itab, const Complexd* wave, int tab_size, const void* spec, |
| 1451 | Complexd* buf, int flags, double scale ) |
| 1452 | { |
| 1453 | RealDFT( src, dst, n, nf, factors, itab, wave, tab_size, spec, buf, flags, scale); |
| 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, |