Home
last modified time | relevance | path

Searched refs:BURST_LEN (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c821 if (State->StillBuffered < (1.0 - 1.0/BURST_LEN) * DelayBuildUp) in WebRtcIsac_GetMinBytes()
825 (double)(BURST_LEN * FrameSamples)) * BottleNeck; in WebRtcIsac_GetMinBytes()
856 State->ExceedAgo -= /*BURST_INTERVAL*/ burstInterval / (BURST_LEN - 1); in WebRtcIsac_GetMinBytes()
878 State->BurstCounter = BURST_LEN - 1; in WebRtcIsac_GetMinBytes()
882 State->BurstCounter = BURST_LEN; in WebRtcIsac_GetMinBytes()
Dbandwidth_estimator.h59 #define BURST_LEN 3 macro
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c850 (((512 - 512 / BURST_LEN) * DelayBuildUp) >> 9)) { in WebRtcIsacfix_GetMinBytes()
852 inv_Q12 = 4096 / (BURST_LEN * FrameSamples); in WebRtcIsacfix_GetMinBytes()
896 State->ExceedAgo -= BURST_INTERVAL / (BURST_LEN - 1); in WebRtcIsacfix_GetMinBytes()
912 State->BurstCounter = BURST_LEN - 1; in WebRtcIsacfix_GetMinBytes()
914 State->BurstCounter = BURST_LEN; in WebRtcIsacfix_GetMinBytes()
Dsettings.h140 #define BURST_LEN 3 macro