Searched refs:BURST_LEN (Results 1 – 4 of 4) sorted by relevance
839 if (State->StillBuffered < (1.0 - 1.0/BURST_LEN) * DelayBuildUp) in WebRtcIsac_GetMinBytes()843 (double)(BURST_LEN * FrameSamples)) * BottleNeck; in WebRtcIsac_GetMinBytes()874 State->ExceedAgo -= /*BURST_INTERVAL*/ burstInterval / (BURST_LEN - 1); in WebRtcIsac_GetMinBytes()896 State->BurstCounter = BURST_LEN - 1; in WebRtcIsac_GetMinBytes()900 State->BurstCounter = BURST_LEN; in WebRtcIsac_GetMinBytes()
58 #define BURST_LEN 3 macro
867 (((512 - 512 / BURST_LEN) * DelayBuildUp) >> 9)) { in WebRtcIsacfix_GetMinBytes()869 inv_Q12 = 4096 / (BURST_LEN * FrameSamples); in WebRtcIsacfix_GetMinBytes()913 State->ExceedAgo -= BURST_INTERVAL / (BURST_LEN - 1); in WebRtcIsacfix_GetMinBytes()929 State->BurstCounter = BURST_LEN - 1; in WebRtcIsacfix_GetMinBytes()931 State->BurstCounter = BURST_LEN; in WebRtcIsacfix_GetMinBytes()
140 #define BURST_LEN 3 macro