Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c152 float delay_correction_factor = 1; in WebRtcIsac_UpdateBandwidthEstimator() local
304 delay_correction_factor = frame_length / (frame_length + averageLatencyMs); in WebRtcIsac_UpdateBandwidthEstimator()
325 delay_correction_factor = 0.7f; in WebRtcIsac_UpdateBandwidthEstimator()
333 delay_correction_factor = 0.8f; in WebRtcIsac_UpdateBandwidthEstimator()
474 bwest_str->rec_bw = (WebRtc_Word32) (delay_correction_factor * in WebRtcIsac_UpdateBandwidthEstimator()