Home
last modified time | relevance | path

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

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