• Home
  • Raw
  • Download

Lines Matching refs:OPUS_BANDWIDTH_NARROWBAND

285        toc = (bandwidth-OPUS_BANDWIDTH_NARROWBAND)<<5;  in gen_toc()
729 LBRR_rate_thres_bps = fec_thresholds[2*(*bandwidth - OPUS_BANDWIDTH_NARROWBAND)]; in decide_fec()
730 hysteresis = fec_thresholds[2*(*bandwidth - OPUS_BANDWIDTH_NARROWBAND) + 1]; in decide_fec()
741 else if (*bandwidth > OPUS_BANDWIDTH_NARROWBAND) in decide_fec()
1192 st->detected_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1230 int bw = st->bandwidth == 0 ? OPUS_BANDWIDTH_NARROWBAND : st->bandwidth; in opus_encode_native()
1267 bw=OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1489 } while (--bandwidth>OPUS_BANDWIDTH_NARROWBAND); in opus_encode_native()
1521 if (st->Fs <= 8000 && st->bandwidth > OPUS_BANDWIDTH_NARROWBAND) in opus_encode_native()
1522 st->bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1533 min_detected_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1555 st->bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1714 if (st->bandwidth == OPUS_BANDWIDTH_NARROWBAND) in opus_encode_native()
1750 if (curr_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encode_native()
1856 curr_bandwidth = OPUS_BANDWIDTH_NARROWBAND; in opus_encode_native()
1892 case OPUS_BANDWIDTH_NARROWBAND: in opus_encode_native()
2354 if (value < OPUS_BANDWIDTH_NARROWBAND || value > OPUS_BANDWIDTH_FULLBAND) in opus_encoder_ctl()
2359 if (st->max_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encoder_ctl()
2381 … if ((value < OPUS_BANDWIDTH_NARROWBAND || value > OPUS_BANDWIDTH_FULLBAND) && value != OPUS_AUTO) in opus_encoder_ctl()
2386 if (st->user_bandwidth == OPUS_BANDWIDTH_NARROWBAND) { in opus_encoder_ctl()