Home
last modified time | relevance | path

Searched refs:ImagOut (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dnoisered.c36 const float *RealIn, float *ImagIn, float *RealOut, float *ImagOut) in FFT() argument
47 ImagOut[i >> 1] = work[i + 1] / NumSamples; in FFT()
51 ImagOut[i >> 1] = work[i + 1]; in FFT()