Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c98 bwest_str->rec_jitter = 10.0f; in WebRtcIsac_InitBandwidthEstimator()
413 bwest_str->rec_jitter = weight * arr_time_noise_abs + in WebRtcIsac_UpdateBandwidthEstimator()
414 (1.0f - weight) * bwest_str->rec_jitter; in WebRtcIsac_UpdateBandwidthEstimator()
415 if (bwest_str->rec_jitter > 10.0f) in WebRtcIsac_UpdateBandwidthEstimator()
417 bwest_str->rec_jitter = 10.0f; in WebRtcIsac_UpdateBandwidthEstimator()
468 bwest_str->rec_max_delay = 3.0f * bwest_str->rec_jitter; in WebRtcIsac_UpdateBandwidthEstimator()
Dstructs.h184 float rec_jitter; member