Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
Danalog_agc.c970 if (stt->maxInit != stt->minLevel) in WebRtcAgc_ProcessAnalog()
972 volNormFIX = tmp32 / (stt->maxInit - stt->minLevel); in WebRtcAgc_ProcessAnalog()
1029 if (stt->maxInit != stt->minLevel) in WebRtcAgc_ProcessAnalog()
1031 volNormFIX = tmp32 / (stt->maxInit - stt->minLevel); in WebRtcAgc_ProcessAnalog()
1419 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()
Danalog_agc.h109 int32_t maxInit; // Initial value of "max" member