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

/external/webrtc/src/modules/audio_processing/aec/main/source/
H A Daec_core.h94 float *noisePow; member in struct:__anon12317
H A Daec_core.c133 const float *noisePow, const float *lambda);
409 aec->noisePow = aec->dInitMinPow;
672 aec->noisePow = aec->dInitMinPow;
675 aec->noisePow = aec->dMinPow;
1041 ComfortNoise(aec, efw, comfortNoiseHband, aec->noisePow, hNl);
1045 ComfortNoise(aec, efw, comfortNoiseHband, aec->noisePow, hNl);
1135 complex_t *comfortNoiseHband, const float *noisePow, const float *lambda)
1157 noise = sqrtf(noisePow[i]);
1183 noiseAvg += sqrtf(noisePow[i]);
1134 ComfortNoise(aec_t *aec, float efw[2][PART_LEN1], complex_t *comfortNoiseHband, const float *noisePow, const float *lambda) argument

Completed in 34 milliseconds