Home | History | Annotate | Download | only in source

Lines Matching defs:bandwidth

46  * when bandwidth is changing. The latter might be the result of bandwidth
54 * of limit is required every time that the bandwidth is changing.
104 * result in an update of bandwidth, therefore, the bottlenech should be
109 /* Read the bottleneck from bandwidth estimator for the
111 * in bandwidth, upper and lower-band will be in sync. */
119 /* Adding hysteresis when increasing signal bandwidth. */
141 /* Do the rate-allocation and get the new bandwidth. */
142 enum ISACBandwidth bandwidth;
146 &bandwidth);
147 if (bandwidth != isac8kHz) {
150 if (bandwidth != instISAC->bandwidthKHz) {
151 /* Bandwidth is changing. */
152 instISAC->bandwidthKHz = bandwidth;
154 if (bandwidth == isac12kHz) {
157 /* Currently we don't let the bandwidth to switch to 16 kHz
169 * This is called to get the bandwidth info. This info is the bandwidth and
173 * The call to the bandwidth estimator triggers a recursive averaging which
186 * bandwidth of there-to-here channel.
198 /* Bandwidth estimation and coding. */
320 * adjusted to available bandwidth on
373 WebRtc_Word16 bandwidth) {
385 if (bandwidth == isac16kHz) {
736 * - bweIndex : Index of bandwidth estimate to put in new
947 * This function updates the estimate of the bandwidth.
1119 /* Prepare for the potential increase of signal bandwidth. */
1186 * the jitter info is already embedded in bandwidth index
1197 /* Decode bandwidth information. */
1498 /* Check if bandwidth is changing from wideband to super-wideband
1518 /* Update the payload limit if the bandwidth is changing. */
1555 enum ISACBandwidth bandwidth;
1588 &bandwidth) < 0) {
1592 instISAC->bandwidthKHz = bandwidth;
1613 * This function returns index representing the Bandwidth estimate from
1620 * - bweIndex : Bandwidth estimate to transmit to other side.
1635 /* Call function to get Bandwidth Estimate. */
1646 * This function takes an index representing the Bandwidth estimate from
1651 * - rateIndex : Bandwidth estimate from other side.
1668 /* Call function to get Bandwidth Estimate. */
1685 * This function returns the index of the Bandwidth estimate from the
1693 * - bweIndex : Bandwidth estimate in bit-stream
1832 * signalling retrieved by bandwidth estimator.