Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dbandwidth_estimator.c378 (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()
Dbandwidth_estimator.h30 #define MAX_ISAC_BW 56000 macro
Disac.c417 instISAC->bottleneck = MAX_ISAC_BW; in WebRtcIsac_EncoderInit()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dsettings.h112 #define MAX_ISAC_BW 32000 /* Maxmum bandwidth in bits per sec */ macro
Dbandwidth_estimator.c766 } 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()