Searched defs:gPow (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core.c1255 const float gPow[2] = {0.9f, 0.1f}; local
1316 gPow[0] * aec->xPow[i] + gPow[1] * aec->num_partitions * far_spectrum;
1321 aec->dPow[i] = gPow[0] * aec->dPow[i] + gPow[1] * near_spectrum;

Completed in 68 milliseconds