Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c157 float delay_correction_factor = 1; in WebRtcIsac_UpdateBandwidthEstimator() local
310 delay_correction_factor = frame_length / (frame_length + averageLatencyMs); in WebRtcIsac_UpdateBandwidthEstimator()
331 delay_correction_factor = 0.7f; in WebRtcIsac_UpdateBandwidthEstimator()
339 delay_correction_factor = 0.8f; in WebRtcIsac_UpdateBandwidthEstimator()
480 bwest_str->rec_bw = (int32_t) (delay_correction_factor * in WebRtcIsac_UpdateBandwidthEstimator()