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

  /external/webrtc/src/modules/audio_processing/agc/
analog_agc.h 93 WebRtc_Word16 msTooHigh; // Milliseconds of speech at a too high level
analog_agc.c 881 stt->msTooHigh = -100;
966 stt->msTooHigh += 2;
970 if (stt->msTooHigh > stt->msecSpeechOuterChange)
972 stt->msTooHigh = 0;
1015 stt->msTooHigh += 2
    [all...]

Completed in 27 milliseconds