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

/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c866 float hNlFb = 0, hNlFbLow = 0; local
1045 hNlFbLow = hNlDeAvg;
1052 hNlFbLow = hNlXdAvg;
1061 hNlFbLow = hNlDeAvg;
1074 hNlFbLow = hNlPref[(int)floor(prefBandQuantLow * (prefBandSize - 1))];
1079 if (hNlFbLow < 0.6f && hNlFbLow < aec->hNlFbLocalMin) {
1080 aec->hNlFbLocalMin = hNlFbLow;
1081 aec->hNlFbMin = hNlFbLow;

Completed in 116 milliseconds