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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
settings.h 135 #define INIT_BURST_LEN 5
bandwidth_estimator.c 846 /* first 10 packets @ low rate, then INIT_BURST_LEN packets @ fixed rate of INIT_RATE bps */
848 if (State->InitCounter-- <= INIT_BURST_LEN) {
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.h 64 #define INIT_BURST_LEN 5
bandwidth_estimator.c 803 // first 10 packets @ low rate, then INIT_BURST_LEN packets @
807 if (State->InitCounter-- <= INIT_BURST_LEN)
937 State->InitCounter = INIT_BURST_LEN + 10; /* packets */

Completed in 40 milliseconds