Searched refs:sendBwAvg (Results 1 – 6 of 6) sorted by relevance
103 bweStr->sendBwAvg = INIT_BN_EST_Q7; in WebRtcIsacfix_InitBandwidthEstimator()576 bweStr->sendBwAvg = WEBRTC_SPL_UMUL(461, bweStr->sendBwAvg) + in WebRtcIsacfix_UpdateUplinkBwRec()578 bweStr->sendBwAvg = WEBRTC_SPL_RSHIFT_U32(bweStr->sendBwAvg, 9); in WebRtcIsacfix_UpdateUplinkBwRec()581 if (WEBRTC_SPL_RSHIFT_U32(bweStr->sendBwAvg, 7) > 28000 && !bweStr->highSpeedSend) { in WebRtcIsacfix_UpdateUplinkBwRec()796 send_bw = (int16_t) WEBRTC_SPL_RSHIFT_U32(bweStr->sendBwAvg, 7); in WebRtcIsacfix_GetUplinkBandwidth()
222 uint32_t sendBwAvg; /* The estimated bottle neck rate from here to there (in bits/s) */ member
1204 ISAC_inst->bwestimator_obj.sendBwAvg = (((uint32_t)rateBPS) << 7); in WebRtcIsacfix_ControlBwe()
103 bweStr->sendBwAvg = INIT_BN_EST_Q7; in WebRtcIsacfix_InitBandwidthEstimator()577 bweStr->sendBwAvg = WEBRTC_SPL_UMUL(461, bweStr->sendBwAvg) + in WebRtcIsacfix_UpdateUplinkBwRec()579 bweStr->sendBwAvg = WEBRTC_SPL_RSHIFT_U32(bweStr->sendBwAvg, 9); in WebRtcIsacfix_UpdateUplinkBwRec()582 if (WEBRTC_SPL_RSHIFT_U32(bweStr->sendBwAvg, 7) > 28000 && !bweStr->highSpeedSend) { in WebRtcIsacfix_UpdateUplinkBwRec()795 send_bw = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_U32(bweStr->sendBwAvg, 7); in WebRtcIsacfix_GetUplinkBandwidth()
221 …WebRtc_UWord32 sendBwAvg; /* The estimated bottle neck rate from here to there (in bits… member
1167 ISAC_inst->bwestimator_obj.sendBwAvg = (((WebRtc_UWord32)rateBPS) << 7); in WebRtcIsacfix_ControlBwe()