Function av_fft_permute
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(). @deprecated without replacement
pub unsafe extern "C" fn av_fft_permute(
s: *mut FFTContext,
z: *mut FFTComplex,
)
Do the permutation needed BEFORE calling ff_fft_calc(). @deprecated without replacement