OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gainTableIdx
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/agc/
analog_agc.h
105
WebRtc_UWord16
gainTableIdx
; // Current position in virtual gain table
analog_agc.c
217
if (stt->
gainTableIdx
< targetGainIdx)
219
stt->
gainTableIdx
++;
220
} else if (stt->
gainTableIdx
> targetGainIdx)
222
stt->
gainTableIdx
--;
226
gain = kGainTableAnalog[stt->
gainTableIdx
];
263
stt->
gainTableIdx
= 0;
[
all
...]
Completed in 26 milliseconds