Home | History | Annotate | Download | only in source

Lines Matching refs:noisePow

133                                   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]);