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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 865 if (State->BurstCounter) {
892 State->BurstCounter--;
927 if ((State->ExceedAgo > BURST_INTERVAL) && (State->BurstCounter == 0)) {
929 State->BurstCounter = BURST_LEN - 1;
931 State->BurstCounter = BURST_LEN;
    [all...]
structs.h 260 int16_t BurstCounter;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 837 if (State->BurstCounter)
856 State->BurstCounter--;
892 (State->BurstCounter == 0))
896 State->BurstCounter = BURST_LEN - 1;
900 State->BurstCounter = BURST_LEN;
947 State->BurstCounter = 0; /* packets */
structs.h 239 int BurstCounter;

Completed in 196 milliseconds