HomeSort by relevance Sort by last modified time
    Searched refs:vadFarend (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.h 48 AgcVad vadFarend;
digital_agc.c 279 WebRtcAgc_InitVad(&stt->vadFarend);
289 WebRtcAgc_ProcessVad(&stt->vadFarend, in_far, nrSamples);
343 if (stt->vadFarend.counter > 10)
346 logratio = (int16_t)((tmp32 - stt->vadFarend.logRatio) >> 2);

Completed in 53 milliseconds