Home
last modified time | relevance | path

Searched refs:sendBwAvg (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c105 bweStr->sendBwAvg = INIT_BN_EST_Q7; in WebRtcIsacfix_InitBandwidthEstimator()
583 bweStr->sendBwAvg = 461 * bweStr->sendBwAvg + in WebRtcIsacfix_UpdateUplinkBwRec()
585 bweStr->sendBwAvg = WEBRTC_SPL_RSHIFT_U32(bweStr->sendBwAvg, 9); in WebRtcIsacfix_UpdateUplinkBwRec()
588 if (WEBRTC_SPL_RSHIFT_U32(bweStr->sendBwAvg, 7) > 28000 && !bweStr->highSpeedSend) { in WebRtcIsacfix_UpdateUplinkBwRec()
814 : clamp(bweStr->sendBwAvg >> 7, MIN_ISAC_BW, MAX_ISAC_BW); in WebRtcIsacfix_GetUplinkBandwidth()
Dstructs.h223 uint32_t sendBwAvg; /* The estimated bottle neck rate from here to there (in bits/s) */ member
Disacfix.c1122 inst->bwestimator_obj.sendBwAvg = ((uint32_t)bottleneck_bits_per_second) << 7; in WebRtcIsacfix_SetInitialBweBottleneck()
1176 ISAC_inst->bwestimator_obj.sendBwAvg = (((uint32_t)rateBPS) << 7); in WebRtcIsacfix_ControlBwe()