Home
last modified time | relevance | path

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

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