Lines Matching refs:OPUS_AUTO
241 st->user_bitrate_bps = OPUS_AUTO; in opus_encoder_init()
244 st->signal_type = OPUS_AUTO; in opus_encoder_init()
245 st->user_bandwidth = OPUS_AUTO; in opus_encoder_init()
247 st->force_channels = OPUS_AUTO; in opus_encoder_init()
248 st->user_forced_mode = OPUS_AUTO; in opus_encoder_init()
549 if (st->user_bitrate_bps==OPUS_AUTO) in user_bitrate_to_bitrate()
1178 if (st->signal_type == OPUS_AUTO) in opus_encode_native()
1313 if (st->force_channels!=OPUS_AUTO && st->channels == 2) in opus_encode_native()
1345 } else if (st->user_forced_mode == OPUS_AUTO) in opus_encode_native()
1504 if (st->user_bandwidth != OPUS_AUTO) in opus_encode_native()
1525 if (st->detected_bandwidth && st->user_bandwidth == OPUS_AUTO) in opus_encode_native()
2309 if (value != OPUS_AUTO && value != OPUS_BITRATE_MAX) in opus_encoder_ctl()
2334 if((value<1 || value>st->channels) && value != OPUS_AUTO) in opus_encoder_ctl()
2381 … if ((value < OPUS_BANDWIDTH_NARROWBAND || value > OPUS_BANDWIDTH_FULLBAND) && value != OPUS_AUTO) in opus_encoder_ctl()
2551 if(value!=OPUS_AUTO && value!=OPUS_SIGNAL_VOICE && value!=OPUS_SIGNAL_MUSIC) in opus_encoder_ctl()
2708 if ((value < MODE_SILK_ONLY || value > MODE_CELT_ONLY) && value != OPUS_AUTO) in opus_encoder_ctl()