Searched refs:BURST_LEN (Results 1 – 4 of 4) sorted by relevance
821 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()
59 #define BURST_LEN 3 macro
850 (((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()
140 #define BURST_LEN 3 macro