Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c828 if (State->StillBuffered < (1.0 - 1.0/BURST_LEN) * DelayBuildUp) in WebRtcIsac_GetMinBytes()
832 (double)(BURST_LEN * FrameSamples)) * BottleNeck; in WebRtcIsac_GetMinBytes()
863 State->ExceedAgo -= /*BURST_INTERVAL*/ burstInterval / (BURST_LEN - 1); in WebRtcIsac_GetMinBytes()
885 State->BurstCounter = BURST_LEN - 1; in WebRtcIsac_GetMinBytes()
889 State->BurstCounter = BURST_LEN; in WebRtcIsac_GetMinBytes()
Dbandwidth_estimator.h58 #define BURST_LEN 3 macro
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c856 …fered < WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL((512 - WEBRTC_SPL_DIV(512, BURST_LEN)), DelayBuildUp)… in WebRtcIsacfix_GetMinBytes()
858 inv_Q12 = WEBRTC_SPL_DIV(4096, WEBRTC_SPL_MUL(BURST_LEN, FrameSamples)); in WebRtcIsacfix_GetMinBytes()
900 State->ExceedAgo -= WEBRTC_SPL_DIV(BURST_INTERVAL, BURST_LEN - 1); in WebRtcIsacfix_GetMinBytes()
916 State->BurstCounter = BURST_LEN - 1; in WebRtcIsacfix_GetMinBytes()
918 State->BurstCounter = BURST_LEN; in WebRtcIsacfix_GetMinBytes()
Dsettings.h131 #define BURST_LEN 3 macro