| 1440 | |
| 1441 | |
| 1442 | static void RealDFT_32f( const float* src, float* dst, int n, int nf, int* factors, |
| 1443 | const int* itab, const Complexf* wave, int tab_size, const void* spec, |
| 1444 | Complexf* buf, int flags, double scale ) |
| 1445 | { |
| 1446 | RealDFT( src, dst, n, nf, factors, itab, wave, tab_size, spec, buf, flags, scale); |
| 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, |