Searched refs:ImagOut (Results 1 – 1 of 1) sorted by relevance
36 const float *RealIn, float *ImagIn, float *RealOut, float *ImagOut) in FFT() argument47 ImagOut[i >> 1] = work[i + 1] / NumSamples; in FFT()51 ImagOut[i >> 1] = work[i + 1]; in FFT()