void vsip_ccfftip_f(const vsip_fft_f *fft, const vsip_cvview_f *y);
These functions perform FFT (Fast Fourier Transform) operations using the specified FFT object in-place.
The performance for supported FFT sizes is standardized as
. For sizes not directly supported by the FFT kernels a
DFT fallback with a performance of
is standardized.
const vsip_fft_p* fft: Pointer to the FFT object.
const vsip_cvview_p* y: Pointer to the complex input and output vector view.