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

  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.h 36 int16_t stdShortTerm; // Q10
digital_agc.c 483 gate = 1000 + zeros_fast - zeros - stt->vadNearend.stdShortTerm;
625 state->stdShortTerm = 0; // short-term standard deviation of input level in dB
728 state->stdShortTerm = (int16_t)WebRtcSpl_Sqrt(tmp32);

Completed in 42 milliseconds