Searched refs:rec_bw (Results 1 – 2 of 2) sorted by relevance
72 bwest_str->rec_bw = (int32_t)INIT_BN_EST_WB; in WebRtcIsac_InitBandwidthEstimator()83 bwest_str->rec_bw = (int32_t)INIT_BN_EST_SWB; in WebRtcIsac_InitBandwidthEstimator()280 bwest_str->rec_bw_inv = 1.0f /((float)bwest_str->rec_bw + in WebRtcIsac_UpdateBandwidthEstimator()475 bwest_str->rec_bw = (int32_t)(1.0f / bwest_str->rec_bw_inv - in WebRtcIsac_UpdateBandwidthEstimator()480 bwest_str->rec_bw = (int32_t) (delay_correction_factor * in WebRtcIsac_UpdateBandwidthEstimator()481 (float) bwest_str->rec_bw); in WebRtcIsac_UpdateBandwidthEstimator()483 if (bwest_str->rec_bw < (int32_t) MIN_ISAC_BW) in WebRtcIsac_UpdateBandwidthEstimator()485 bwest_str->rec_bw = (int32_t) MIN_ISAC_BW; in WebRtcIsac_UpdateBandwidthEstimator()488 bwest_str->rec_bw_avg = bwest_str->rec_bw + in WebRtcIsac_UpdateBandwidthEstimator()491 bwest_str->rec_bw_avg_Q = (float) bwest_str->rec_bw; in WebRtcIsac_UpdateBandwidthEstimator()[all …]
177 int32_t rec_bw; member