Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_core.c117 const float *noisePow, const float *lambda);
465 aec->noisePow = aec->dInitMinPow; in WebRtcAec_InitAec()
741 aec->noisePow = aec->dInitMinPow; in ProcessBlock()
744 aec->noisePow = aec->dMinPow; in ProcessBlock()
1109 ComfortNoise(aec, efw, comfortNoiseHband, aec->noisePow, hNl); in NonLinearProcessing()
1206 complex_t *comfortNoiseHband, const float *noisePow, const float *lambda) in ComfortNoise() argument
1228 noise = sqrtf(noisePow[i]); in ComfortNoise()
1254 noiseAvg += sqrtf(noisePow[i]); in ComfortNoise()
Daec_core.h90 float *noisePow; member