Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_core.c647 const float gPow[2] = {0.9f, 0.1f}; in ProcessBlock() local
705 aec->xPow[i] = gPow[0] * aec->xPow[i] + gPow[1] * NR_PART * far_spectrum; in ProcessBlock()
710 aec->dPow[i] = gPow[0] * aec->dPow[i] + gPow[1] * near_spectrum; in ProcessBlock()