Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_core.c879 float wfEnMax = 0, wfEn = 0; in NonLinearProcessing() local
897 wfEnMax = 0; in NonLinearProcessing()
907 if (wfEn > wfEnMax) { in NonLinearProcessing()
908 wfEnMax = wfEn; in NonLinearProcessing()