Searched refs:curr_max (Results 1 – 1 of 1) sorted by relevance
802 int curr_max; in opus_multistream_encode_native() local845 curr_max = max_data_bytes - tot_size; in opus_multistream_encode_native()847 curr_max -= IMAX(0,4*(st->layout.nb_streams-s-1)-1); in opus_multistream_encode_native()848 curr_max = IMIN(curr_max,MS_FRAME_TMP); in opus_multistream_encode_native()850 opus_encoder_ctl(enc, OPUS_SET_BITRATE(curr_max*(8*Fs/frame_size))); in opus_multistream_encode_native()851 len = opus_encode_native(enc, buf, frame_size, tmp_data, curr_max, lsb_depth, in opus_multistream_encode_native()