Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_core.c875 const float gCoh[2][2] = {{0.9f, 0.1f}, {0.93f, 0.07f}}; in NonLinearProcessing() local
876 const float *ptrGCoh = gCoh[aec->mult - 1]; in NonLinearProcessing()