Home
last modified time | relevance | path

Searched refs:rec_bw (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c70 bwest_str->rec_bw = (WebRtc_Word32)INIT_BN_EST_WB; in WebRtcIsac_InitBandwidthEstimator()
81 bwest_str->rec_bw = (WebRtc_Word32)INIT_BN_EST_SWB; in WebRtcIsac_InitBandwidthEstimator()
274 bwest_str->rec_bw_inv = 1.0f /((float)bwest_str->rec_bw + in WebRtcIsac_UpdateBandwidthEstimator()
469 bwest_str->rec_bw = (WebRtc_Word32)(1.0f / bwest_str->rec_bw_inv - in WebRtcIsac_UpdateBandwidthEstimator()
474 bwest_str->rec_bw = (WebRtc_Word32) (delay_correction_factor * in WebRtcIsac_UpdateBandwidthEstimator()
475 (float) bwest_str->rec_bw); in WebRtcIsac_UpdateBandwidthEstimator()
477 if (bwest_str->rec_bw < (WebRtc_Word32) MIN_ISAC_BW) in WebRtcIsac_UpdateBandwidthEstimator()
479 bwest_str->rec_bw = (WebRtc_Word32) MIN_ISAC_BW; in WebRtcIsac_UpdateBandwidthEstimator()
482 bwest_str->rec_bw_avg = bwest_str->rec_bw + in WebRtcIsac_UpdateBandwidthEstimator()
485 bwest_str->rec_bw_avg_Q = (float) bwest_str->rec_bw; in WebRtcIsac_UpdateBandwidthEstimator()
[all …]
Dstructs.h177 WebRtc_Word32 rec_bw; member