pub unsafe extern "C" fn av_fft_permute(
s: *mut FFTContext,
z: *mut FFTComplex,
)Expand description
Do the permutation needed BEFORE calling ff_fft_calc().
pub unsafe extern "C" fn av_fft_permute(
s: *mut FFTContext,
z: *mut FFTComplex,
)Do the permutation needed BEFORE calling ff_fft_calc().