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

  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
analog_agc.h 89 int16_t vadThreshold; // Threshold for VAD decision
analog_agc.c 575 stt->vadThreshold = 1500;
585 /* stt->vadThreshold = (31 * stt->vadThreshold + vadThresh) / 32; */
586 tmp32 = vadThresh + 31 * stt->vadThreshold;
587 stt->vadThreshold = (int16_t)(tmp32 >> 5);
835 if (vadLogRatio > stt->vadThreshold)
    [all...]

Completed in 68 milliseconds