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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 901 /* bottle_neck exceded twice in a row, decrease ExceedAgo */
902 State->ExceedAgo -= BURST_INTERVAL / (BURST_LEN - 1);
903 if (State->ExceedAgo < 0) {
904 State->ExceedAgo = 0;
907 State->ExceedAgo += (int16_t)WEBRTC_SPL_RSHIFT_W16(FrameSamples, 4); /* ms */
912 State->ExceedAgo += (int16_t)WEBRTC_SPL_RSHIFT_W16(FrameSamples, 4); /* ms *
    [all...]
structs.h 259 int16_t ExceedAgo;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 862 /* bottle_neck exceded twice in a row, decrease ExceedAgo */
863 State->ExceedAgo -= /*BURST_INTERVAL*/ burstInterval / (BURST_LEN - 1);
864 if (State->ExceedAgo < 0)
865 State->ExceedAgo = 0;
869 State->ExceedAgo += (FrameSamples * 1000) / FS; /* ms */
876 State->ExceedAgo += (FrameSamples * 1000) / FS; /* ms */
880 if ((State->ExceedAgo > burstInterval) &&
935 State->ExceedAgo = 0; /* ms */
structs.h 234 int ExceedAgo;
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 862 /* bottle_neck exceded twice in a row, decrease ExceedAgo */
863 State->ExceedAgo -= /*BURST_INTERVAL*/ burstInterval / (BURST_LEN - 1);
864 if (State->ExceedAgo < 0)
865 State->ExceedAgo = 0;
869 State->ExceedAgo += (FrameSamples * 1000) / FS; /* ms */
876 State->ExceedAgo += (FrameSamples * 1000) / FS; /* ms */
880 if ((State->ExceedAgo > burstInterval) &&
935 State->ExceedAgo = 0; /* ms */
structs.h 235 int ExceedAgo;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c     [all...]
structs.h 258 WebRtc_Word16 ExceedAgo;

Completed in 59 milliseconds