Home
last modified time | relevance | path

Searched refs:recJitterShortTermAbs (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c98 bweStr->recJitterShortTermAbs = (WebRtc_Word32) 40960; /* 5 in Q13 */ in WebRtcIsacfix_InitBandwidthEstimator()
463 … bweStr->recJitterShortTermAbs = WEBRTC_SPL_MUL(51, WEBRTC_SPL_LSHIFT_W32(arrTimeNoiseAbs, 3)) + in WebRtcIsacfix_UpdateUplinkBwImpl()
464 WEBRTC_SPL_MUL(973, bweStr->recJitterShortTermAbs); in WebRtcIsacfix_UpdateUplinkBwImpl()
465 bweStr->recJitterShortTermAbs = WEBRTC_SPL_RSHIFT_W32(bweStr->recJitterShortTermAbs , 10); in WebRtcIsacfix_UpdateUplinkBwImpl()
726 rec_jitter_short_term_abs_inv = WEBRTC_SPL_UDIV(0x80000000, bweStr->recJitterShortTermAbs); in WebRtcIsacfix_GetDownlinkBandwidth()
Dstructs.h214 WebRtc_Word32 recJitterShortTermAbs; member