Searched refs:OPUS_BITRATE_MAX (Results 1 – 4 of 4) sorted by relevance
184 #define OPUS_BITRATE_MAX -1 /**<Maximum bitrate @hideinitializer*/ macro
189 st->bitrate = OPUS_BITRATE_MAX; in opus_custom_encoder_init_arch()1382 if (st->vbr && st->bitrate!=OPUS_BITRATE_MAX) in celt_encode_with_ec()1397 if (st->bitrate!=OPUS_BITRATE_MAX) in celt_encode_with_ec()1402 if (st->bitrate != OPUS_BITRATE_MAX) in celt_encode_with_ec()2239 if (value<=500 && value!=OPUS_BITRATE_MAX) in opus_custom_encoder_ctl()
630 } else if (st->bitrate_bps==OPUS_BITRATE_MAX) in surround_rate_allocation()987 if (value<0 && value!=OPUS_AUTO && value!=OPUS_BITRATE_MAX) in opus_multistream_encoder_ctl()
511 else if (st->user_bitrate_bps==OPUS_BITRATE_MAX) in user_bitrate_to_bitrate()1679 celt_encoder_ctl(celt_enc, OPUS_SET_BITRATE(OPUS_BITRATE_MAX)); in opus_encode_native()2066 if (value != OPUS_AUTO && value != OPUS_BITRATE_MAX) in opus_encoder_ctl()