Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dbandwidth_estimator.c103 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()
Dstructs.h221 …WebRtc_UWord32 sendBwAvg; /* The estimated bottle neck rate from here to there (in bits… member
Disacfix.c1167 ISAC_inst->bwestimator_obj.sendBwAvg = (((WebRtc_UWord32)rateBPS) << 7); in WebRtcIsacfix_ControlBwe()