Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c73 bwest_str->rec_bw_avg_Q = INIT_BN_EST_WB; in WebRtcIsac_InitBandwidthEstimator()
84 bwest_str->rec_bw_avg_Q = INIT_BN_EST_SWB; in WebRtcIsac_InitBandwidthEstimator()
491 bwest_str->rec_bw_avg_Q = (float) bwest_str->rec_bw; in WebRtcIsac_UpdateBandwidthEstimator()
683 r = (1 - weight) * bwest_str->rec_bw_avg_Q - rate; in WebRtcIsac_GetDownlinkBwJitIndexImpl()
697 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