pub unsafe extern "C" fn av_fft_calc(
    s: *mut FFTContext,
    z: *mut FFTComplex
)
Expand description

Do a complex FFT with the parameters defined in av_fft_init(). The input data must be permuted before. No 1.0/sqrt(n) normalization is done.