Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c837 … const WebRtc_Word16 DelayBuildUp) /* max delay from bottle neck buffering (ms) */ in WebRtcIsacfix_GetMinBytes() argument
856 …< WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL((512 - WEBRTC_SPL_DIV(512, BURST_LEN)), DelayBuildUp), 9)) { in WebRtcIsacfix_GetMinBytes()
859 …WEBRTC_SPL_MUL(SAMPLES_PER_MSEC, WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(DelayBuildUp, inv_Q12), 3)),… in WebRtcIsacfix_GetMinBytes()
863 if (DelayBuildUp > State->StillBuffered) { in WebRtcIsacfix_GetMinBytes()
864 …WEBRTC_SPL_MUL(SAMPLES_PER_MSEC, WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(DelayBuildUp - State->StillB… in WebRtcIsacfix_GetMinBytes()
865 …} else if ((den = WEBRTC_SPL_MUL(SAMPLES_PER_MSEC, (State->StillBuffered - DelayBuildUp))) >= Fram… in WebRtcIsacfix_GetMinBytes()
Dbandwidth_estimator.h106 … const WebRtc_Word16 DelayBuildUp); /* max delay from bottle neck buffering (ms) */
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c794 const double DelayBuildUp, /* max delay from bottleneck buffering (ms) */ in WebRtcIsac_GetMinBytes() argument
828 if (State->StillBuffered < (1.0 - 1.0/BURST_LEN) * DelayBuildUp) in WebRtcIsac_GetMinBytes()
831 MinRate = (1.0 + (FS/1000) * DelayBuildUp / in WebRtcIsac_GetMinBytes()
838 MinRate = (1.0 + (FS/1000) * (DelayBuildUp - in WebRtcIsac_GetMinBytes()
Dbandwidth_estimator.h140 const double DelayBuildUp, /* max delay from bottleneck buffering (ms) */