Searched refs:MAX_ISAC_BW (Results 1 – 5 of 5) sorted by relevance
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()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()
30 #define MAX_ISAC_BW 56000 macro
428 instISAC->bottleneck = MAX_ISAC_BW; in WebRtcIsac_EncoderInit()
121 #define MAX_ISAC_BW 32000 /* Maxmum bandwidth in bits per sec */ macro
781 } 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()