Lines Matching refs:OPUS_AUTO
221 st->user_bitrate_bps = OPUS_AUTO; in opus_encoder_init()
224 st->signal_type = OPUS_AUTO; in opus_encoder_init()
225 st->user_bandwidth = OPUS_AUTO; in opus_encoder_init()
227 st->force_channels = OPUS_AUTO; in opus_encoder_init()
228 st->user_forced_mode = OPUS_AUTO; in opus_encoder_init()
509 if (st->user_bitrate_bps==OPUS_AUTO) in user_bitrate_to_bitrate()
1009 if (st->signal_type == OPUS_AUTO) in opus_encode_native()
1083 if (st->force_channels!=OPUS_AUTO && st->channels == 2) in opus_encode_native()
1113 } else if (st->user_forced_mode == OPUS_AUTO) in opus_encode_native()
1281 if (st->user_bandwidth != OPUS_AUTO) in opus_encode_native()
1302 if (st->detected_bandwidth && st->user_bandwidth == OPUS_AUTO) in opus_encode_native()
2066 if (value != OPUS_AUTO && value != OPUS_BITRATE_MAX) in opus_encoder_ctl()
2091 if((value<1 || value>st->channels) && value != OPUS_AUTO) in opus_encoder_ctl()
2138 … if ((value < OPUS_BANDWIDTH_NARROWBAND || value > OPUS_BANDWIDTH_FULLBAND) && value != OPUS_AUTO) in opus_encoder_ctl()
2308 if(value!=OPUS_AUTO && value!=OPUS_SIGNAL_VOICE && value!=OPUS_SIGNAL_MUSIC) in opus_encoder_ctl()
2441 if ((value < MODE_SILK_ONLY || value > MODE_CELT_ONLY) && value != OPUS_AUTO) in opus_encoder_ctl()