Searched refs:rec_bw_avg (Results 1 – 2 of 2) sorted by relevance
74 bwest_str->rec_bw_avg = INIT_BN_EST_WB + INIT_HDR_RATE_WB; in WebRtcIsac_InitBandwidthEstimator()85 bwest_str->rec_bw_avg = INIT_BN_EST_SWB + INIT_HDR_RATE_SWB; in WebRtcIsac_InitBandwidthEstimator()348 if ((bwest_str->prev_rec_rtp_rate > bwest_str->rec_bw_avg) && in WebRtcIsac_UpdateBandwidthEstimator()349 (rec_rtp_rate > bwest_str->rec_bw_avg) && in WebRtcIsac_UpdateBandwidthEstimator()403 1000.0f) / bwest_str->rec_bw_avg; in WebRtcIsac_UpdateBandwidthEstimator()488 bwest_str->rec_bw_avg = bwest_str->rec_bw + in WebRtcIsac_UpdateBandwidthEstimator()701 bwest_str->rec_bw_avg = (1 - weight) * bwest_str->rec_bw_avg + weight * in WebRtcIsac_GetDownlinkBwJitIndexImpl()
179 float rec_bw_avg; member