Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c384 (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()
450 if (bwest_str->rec_bw_inv < 1.0f / ((float)MAX_ISAC_BW + in WebRtcIsac_UpdateBandwidthEstimator()
453 bwest_str->rec_bw_inv = 1.0f / ((float)MAX_ISAC_BW + in WebRtcIsac_UpdateBandwidthEstimator()
731 else if (rec_bw > MAX_ISAC_BW) in WebRtcIsac_GetDownlinkBandwidth()
733 rec_bw = MAX_ISAC_BW; in WebRtcIsac_GetDownlinkBandwidth()
769 : clamp(bwest_str->send_bw_avg, MIN_ISAC_BW, MAX_ISAC_BW); in WebRtcIsac_GetUplinkBandwidth()
Dbandwidth_estimator.h30 #define MAX_ISAC_BW 56000 macro
Disac.c428 instISAC->bottleneck = MAX_ISAC_BW; in WebRtcIsac_EncoderInit()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dsettings.h121 #define MAX_ISAC_BW 32000 /* Maxmum bandwidth in bits per sec */ macro
Dbandwidth_estimator.c781 } else if (recBw > MAX_ISAC_BW) { in WebRtcIsacfix_GetDownlinkBandwidth()
782 recBw = MAX_ISAC_BW; in WebRtcIsacfix_GetDownlinkBandwidth()
814 : clamp(bweStr->sendBwAvg >> 7, MIN_ISAC_BW, MAX_ISAC_BW); in WebRtcIsacfix_GetUplinkBandwidth()