HomeSort by relevance Sort by last modified time
    Searched refs:noisePow (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/aec/main/source/
aec_core.h 94 float *noisePow;
aec_core.c 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);
    [all...]

Completed in 31 milliseconds