Lines Matching refs:OPUS_BANDWIDTH_WIDEBAND
1018 st->detected_bandwidth = OPUS_BANDWIDTH_WIDEBAND;
1046 if(tocmode==MODE_SILK_ONLY&&bw>OPUS_BANDWIDTH_WIDEBAND)
1047 bw=OPUS_BANDWIDTH_WIDEBAND;
1274 if (!st->first && st->mode != MODE_CELT_ONLY && !st->silk_mode.inWBmodeWithoutVariableLP && st->bandwidth > OPUS_BANDWIDTH_WIDEBAND)
1275 st->bandwidth = OPUS_BANDWIDTH_WIDEBAND;
1287 st->bandwidth = IMIN(st->bandwidth, OPUS_BANDWIDTH_WIDEBAND);
1294 if (st->Fs <= 16000 && st->bandwidth > OPUS_BANDWIDTH_WIDEBAND)
1295 st->bandwidth = OPUS_BANDWIDTH_WIDEBAND;
1314 min_detected_bandwidth = OPUS_BANDWIDTH_WIDEBAND;
1328 st->bandwidth = OPUS_BANDWIDTH_WIDEBAND;
1333 if (frame_size > st->Fs/50 && (st->mode == MODE_CELT_ONLY || st->bandwidth > OPUS_BANDWIDTH_WIDEBAND))
1414 if (st->mode == MODE_SILK_ONLY && curr_bandwidth > OPUS_BANDWIDTH_WIDEBAND)
1416 if (st->mode == MODE_HYBRID && curr_bandwidth <= OPUS_BANDWIDTH_WIDEBAND)
1543 silk_assert( st->mode == MODE_HYBRID || curr_bandwidth == OPUS_BANDWIDTH_WIDEBAND );
1640 curr_bandwidth = OPUS_BANDWIDTH_WIDEBAND;
1666 case OPUS_BANDWIDTH_WIDEBAND: