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