Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/agc/
Danalog_agc.h110 WebRtc_Word32 maxInit; // Initial value of "max" member
Danalog_agc.c1072 if (stt->maxInit != stt->minLevel) in WebRtcAgc_ProcessAnalog()
1075 (stt->maxInit - stt->minLevel)); in WebRtcAgc_ProcessAnalog()
1132 if (stt->maxInit != stt->minLevel) in WebRtcAgc_ProcessAnalog()
1135 (stt->maxInit - stt->minLevel)); in WebRtcAgc_ProcessAnalog()
1597 stt->maxInit = stt->maxLevel; in WebRtcAgc_Init()