Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dnoisered.c143 float *inr, *ini, *outr, *outi, *power; in reduce_noise() local
150 outi = outr + WINDOWSIZE; in reduce_noise()
151 power = outi + WINDOWSIZE; in reduce_noise()
158 FFT(WINDOWSIZE, 0, inr, NULL, outr, outi); in reduce_noise()
189 outi[0] *= smoothing[0]; in reduce_noise()
191 outi[FREQCOUNT-1] *= smoothing[FREQCOUNT-1]; in reduce_noise()
198 outi[i] *= smooth; in reduce_noise()
200 outi[j] *= smooth; in reduce_noise()
203 FFT(WINDOWSIZE, 1, outr, outi, inr, ini); in reduce_noise()