OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcAgc_ProcessVad
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.h
70
int16_t
WebRtcAgc_ProcessVad
(AgcVad* vadInst, // (i) VAD state
digital_agc.c
289
WebRtcAgc_ProcessVad
(&stt->vadFarend, in_far, nrSamples);
340
logratio =
WebRtcAgc_ProcessVad
(&stt->vadNearend, out[0], L * 10);
634
int16_t
WebRtcAgc_ProcessVad
(AgcVad* state, // (i) VAD state
analog_agc.c
248
WebRtcAgc_ProcessVad
(&stt->vadMic, in_mic[0], samples);
[
all
...]
Completed in 56 milliseconds