OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxInit
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
analog_agc.h
109
int32_t
maxInit
; // Initial value of "max"
analog_agc.c
970
if (stt->
maxInit
!= stt->minLevel)
972
volNormFIX = tmp32 / (stt->
maxInit
- stt->minLevel);
[
all
...]
Completed in 836 milliseconds