Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c100 bwest_str->rec_max_delay_avg_Q = 10.0f; in WebRtcIsac_InitBandwidthEstimator()
616 if ( ((1.f - weight) * bwest_str->rec_max_delay_avg_Q + weight * in WebRtcIsac_GetDownlinkBwJitIndexImpl()
618 bwest_str->rec_max_delay_avg_Q - weight * MIN_ISAC_MD) ) in WebRtcIsac_GetDownlinkBwJitIndexImpl()
622 bwest_str->rec_max_delay_avg_Q = in WebRtcIsac_GetDownlinkBwJitIndexImpl()
623 (1.f - weight) * bwest_str->rec_max_delay_avg_Q + weight * in WebRtcIsac_GetDownlinkBwJitIndexImpl()
630 bwest_str->rec_max_delay_avg_Q = in WebRtcIsac_GetDownlinkBwJitIndexImpl()
631 (1.f-weight) * bwest_str->rec_max_delay_avg_Q + weight * in WebRtcIsac_GetDownlinkBwJitIndexImpl()
Dstructs.h188 float rec_max_delay_avg_Q; member