Lines Matching refs:OPUS_BANDWIDTH_NARROWBAND
260 toc = (bandwidth-OPUS_BANDWIDTH_NARROWBAND)<<5;
1014 st->detected_bandwidth = OPUS_BANDWIDTH_NARROWBAND;
1039 int bw = st->bandwidth == 0 ? OPUS_BANDWIDTH_NARROWBAND : st->bandwidth;
1049 bw=OPUS_BANDWIDTH_NARROWBAND;
1270 } while (--bandwidth>OPUS_BANDWIDTH_NARROWBAND);
1298 if (st->Fs <= 8000 && st->bandwidth > OPUS_BANDWIDTH_NARROWBAND)
1299 st->bandwidth = OPUS_BANDWIDTH_NARROWBAND;
1310 min_detected_bandwidth = OPUS_BANDWIDTH_NARROWBAND;
1330 st->bandwidth = OPUS_BANDWIDTH_NARROWBAND;
1501 if (st->bandwidth == OPUS_BANDWIDTH_NARROWBAND)
1538 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) {
1636 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND;
1662 case OPUS_BANDWIDTH_NARROWBAND:
2111 if (value < OPUS_BANDWIDTH_NARROWBAND || value > OPUS_BANDWIDTH_FULLBAND)
2116 if (st->max_bandwidth == OPUS_BANDWIDTH_NARROWBAND) {
2138 if ((value < OPUS_BANDWIDTH_NARROWBAND || value > OPUS_BANDWIDTH_FULLBAND) && value != OPUS_AUTO)
2143 if (st->user_bandwidth == OPUS_BANDWIDTH_NARROWBAND) {