Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c75 bwest_str->rec_header_rate = INIT_HDR_RATE_WB; in WebRtcIsac_InitBandwidthEstimator()
86 bwest_str->rec_header_rate = INIT_HDR_RATE_SWB; in WebRtcIsac_InitBandwidthEstimator()
168 bwest_str->rec_header_rate = (float)HEADER_SIZE * 8.0f * in WebRtcIsac_UpdateBandwidthEstimator()
175 bwest_str->rec_header_rate; in WebRtcIsac_UpdateBandwidthEstimator()
277 bwest_str->rec_header_rate = (float)HEADER_SIZE * 8.0f * in WebRtcIsac_UpdateBandwidthEstimator()
281 bwest_str->rec_header_rate); in WebRtcIsac_UpdateBandwidthEstimator()
384 (1.0f / (MAX_ISAC_BW + bwest_str->rec_header_rate))) in WebRtcIsac_UpdateBandwidthEstimator()
388 (MAX_ISAC_BW + bwest_str->rec_header_rate)); in WebRtcIsac_UpdateBandwidthEstimator()
443 bwest_str->rec_header_rate)) in WebRtcIsac_UpdateBandwidthEstimator()
446 bwest_str->rec_header_rate); in WebRtcIsac_UpdateBandwidthEstimator()
[all …]
Dstructs.h191 float rec_header_rate; member