Lines Matching refs:OPUS_AUTO
223 st->user_bitrate_bps = OPUS_AUTO; in opus_encoder_init()
226 st->signal_type = OPUS_AUTO; in opus_encoder_init()
227 st->user_bandwidth = OPUS_AUTO; in opus_encoder_init()
229 st->force_channels = OPUS_AUTO; in opus_encoder_init()
230 st->user_forced_mode = OPUS_AUTO; in opus_encoder_init()
515 if (st->user_bitrate_bps==OPUS_AUTO) in user_bitrate_to_bitrate()
1027 if (st->signal_type == OPUS_AUTO) in opus_encode_native()
1111 if (st->force_channels!=OPUS_AUTO && st->channels == 2) in opus_encode_native()
1141 } else if (st->user_forced_mode == OPUS_AUTO) in opus_encode_native()
1309 if (st->user_bandwidth != OPUS_AUTO) in opus_encode_native()
1330 if (st->detected_bandwidth && st->user_bandwidth == OPUS_AUTO) in opus_encode_native()
2111 if (value != OPUS_AUTO && value != OPUS_BITRATE_MAX) in opus_encoder_ctl()
2136 if((value<1 || value>st->channels) && value != OPUS_AUTO) in opus_encoder_ctl()
2183 … if ((value < OPUS_BANDWIDTH_NARROWBAND || value > OPUS_BANDWIDTH_FULLBAND) && value != OPUS_AUTO) in opus_encoder_ctl()
2353 if(value!=OPUS_AUTO && value!=OPUS_SIGNAL_VOICE && value!=OPUS_SIGNAL_MUSIC) in opus_encoder_ctl()
2489 if ((value < MODE_SILK_ONLY || value > MODE_CELT_ONLY) && value != OPUS_AUTO) in opus_encoder_ctl()