| 1421 | const void* spec, void* buf, int inv, double scale ); |
| 1422 | |
| 1423 | static void DFT_32f( const Complexf* src, Complexf* dst, int n, |
| 1424 | int nf, const int* factors, const int* itab, |
| 1425 | const Complexf* wave, int tab_size, |
| 1426 | const void* spec, Complexf* buf, |
| 1427 | int flags, double scale ) |
| 1428 | { |
| 1429 | DFT(src, dst, n, nf, factors, itab, wave, tab_size, spec, buf, flags, scale); |
| 1430 | } |
| 1431 | |
| 1432 | static void DFT_64f( const Complexd* src, Complexd* dst, int n, |
| 1433 | int nf, const int* factors, const int* itab, |