OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:targetgainidx
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/src/modules/audio_processing/agc/main/source/
analog_agc.c
118
WebRtc_UWord16
targetGainIdx
, gain;
207
targetGainIdx
= (WebRtc_UWord16)WEBRTC_SPL_DIV(tmp32, tmp16);
208
assert(
targetGainIdx
< GAIN_TBL_LEN);
213
if (stt->gainTableIdx <
targetGainIdx
)
216
} else if (stt->gainTableIdx >
targetGainIdx
)
[
all
...]
Completed in 23 milliseconds