Home | History | Annotate | Download | only in src

Lines Matching refs:OPUS_AUTO

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