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

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

Completed in 330 milliseconds