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/chromium_org/third_party/webrtc/modules/audio_processing/agc/
analog_agc.h
104
uint16_t
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 125 milliseconds