Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_core.c1210 float noise, noiseAvg, tmp, tmpAvg; in ComfortNoise() local
1244 noiseAvg = 0.0; in ComfortNoise()
1254 noiseAvg += sqrtf(noisePow[i]); in ComfortNoise()
1256 noiseAvg /= (float)num; in ComfortNoise()
1277 u[i][0] = noiseAvg * (float)cos(tmp); in ComfortNoise()
1278 u[i][1] = -noiseAvg * (float)sin(tmp); in ComfortNoise()