Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c102 bwest_str->rec_max_delay_avg_Q = 10.0f; in WebRtcIsac_InitBandwidthEstimator()
632 if ( ((1.f - weight) * bwest_str->rec_max_delay_avg_Q + weight * in WebRtcIsac_GetDownlinkBwJitIndexImpl()
634 bwest_str->rec_max_delay_avg_Q - weight * MIN_ISAC_MD) ) in WebRtcIsac_GetDownlinkBwJitIndexImpl()
638 bwest_str->rec_max_delay_avg_Q = in WebRtcIsac_GetDownlinkBwJitIndexImpl()
639 (1.f - weight) * bwest_str->rec_max_delay_avg_Q + weight * in WebRtcIsac_GetDownlinkBwJitIndexImpl()
646 bwest_str->rec_max_delay_avg_Q = in WebRtcIsac_GetDownlinkBwJitIndexImpl()
647 (1.f-weight) * bwest_str->rec_max_delay_avg_Q + weight * in WebRtcIsac_GetDownlinkBwJitIndexImpl()
Dstructs.h188 float rec_max_delay_avg_Q; member