Searched refs:DelayBuildUp (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | bandwidth_estimator.c | 837 … 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()
|
D | bandwidth_estimator.h | 106 … const WebRtc_Word16 DelayBuildUp); /* max delay from bottle neck buffering (ms) */
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | bandwidth_estimator.c | 794 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()
|
D | bandwidth_estimator.h | 140 const double DelayBuildUp, /* max delay from bottleneck buffering (ms) */
|