Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c53 bwest_str->send_bw_avg = INIT_BN_EST_WB; in WebRtcIsac_InitBandwidthEstimator()
58 bwest_str->send_bw_avg = INIT_BN_EST_SWB; in WebRtcIsac_InitBandwidthEstimator()
534 bwest_str->send_bw_avg = 0.9f * bwest_str->send_bw_avg + in WebRtcIsac_UpdateUplinkBwImpl()
540 bwest_str->send_bw_avg = 0.9f * bwest_str->send_bw_avg + in WebRtcIsac_UpdateUplinkBwImpl()
544 if (bwest_str->send_bw_avg > (float) 28000 && !bwest_str->hsn_detect_snd) in WebRtcIsac_UpdateUplinkBwImpl()
749 if (bwest_str->send_bw_avg < MIN_ISAC_BW) in WebRtcIsac_GetUplinkBandwidth()
753 else if (bwest_str->send_bw_avg > MAX_ISAC_BW) in WebRtcIsac_GetUplinkBandwidth()
759 *bitRate = (WebRtc_Word32)(bwest_str->send_bw_avg); in WebRtcIsac_GetUplinkBandwidth()
Dstructs.h194 float send_bw_avg; member
Disac.c1591 instISAC->bwestimator_obj.send_bw_avg = (float)bottleneckBPS; in WebRtcIsac_ControlBwe()
1854 *bottleneck = (WebRtc_Word32)instISAC->bwestimator_obj.send_bw_avg; in WebRtcIsac_GetUplinkBw()