Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Ddigital_agc.c309 int16_t lower_thr, upper_thr; in WebRtcAgc_ProcessDigital() local
353 lower_thr = 0; // Q10 in WebRtcAgc_ProcessDigital()
358 } else if (logratio < lower_thr) in WebRtcAgc_ProcessDigital()
366 tmp32 = (lower_thr - logratio) * 65; in WebRtcAgc_ProcessDigital()