Searched refs:MAX_ISAC_BW (Results 1 – 5 of 5) sorted by relevance
378 (1.0f / (MAX_ISAC_BW + bwest_str->rec_header_rate))) in WebRtcIsac_UpdateBandwidthEstimator()382 (MAX_ISAC_BW + bwest_str->rec_header_rate)); in WebRtcIsac_UpdateBandwidthEstimator()444 if (bwest_str->rec_bw_inv < 1.0f / ((float)MAX_ISAC_BW + in WebRtcIsac_UpdateBandwidthEstimator()447 bwest_str->rec_bw_inv = 1.0f / ((float)MAX_ISAC_BW + in WebRtcIsac_UpdateBandwidthEstimator()715 else if (rec_bw > MAX_ISAC_BW) in WebRtcIsac_GetDownlinkBandwidth()717 rec_bw = MAX_ISAC_BW; in WebRtcIsac_GetDownlinkBandwidth()753 else if (bwest_str->send_bw_avg > MAX_ISAC_BW) in WebRtcIsac_GetUplinkBandwidth()755 *bitRate = MAX_ISAC_BW; in WebRtcIsac_GetUplinkBandwidth()
30 #define MAX_ISAC_BW 56000 macro
417 instISAC->bottleneck = MAX_ISAC_BW; in WebRtcIsac_EncoderInit()
112 #define MAX_ISAC_BW 32000 /* Maxmum bandwidth in bits per sec */ macro
766 } else if (recBw > MAX_ISAC_BW) { in WebRtcIsacfix_GetDownlinkBandwidth()767 recBw = MAX_ISAC_BW; in WebRtcIsacfix_GetDownlinkBandwidth()800 } else if (send_bw > MAX_ISAC_BW) { in WebRtcIsacfix_GetUplinkBandwidth()801 send_bw = MAX_ISAC_BW; in WebRtcIsacfix_GetUplinkBandwidth()