Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c71 bwest_str->rec_bw_avg_Q = INIT_BN_EST_WB; in WebRtcIsac_InitBandwidthEstimator()
82 bwest_str->rec_bw_avg_Q = INIT_BN_EST_SWB; in WebRtcIsac_InitBandwidthEstimator()
485 bwest_str->rec_bw_avg_Q = (float) bwest_str->rec_bw; in WebRtcIsac_UpdateBandwidthEstimator()
667 r = (1 - weight) * bwest_str->rec_bw_avg_Q - rate; in WebRtcIsac_GetDownlinkBwJitIndexImpl()
681 bwest_str->rec_bw_avg_Q = (1 - weight) * bwest_str->rec_bw_avg_Q + in WebRtcIsac_GetDownlinkBwJitIndexImpl()
Dstructs.h180 float rec_bw_avg_Q; member