Lines Matching full:bitrate_bps
78 opus_int32 bitrate_bps;
420 st->bitrate_bps = OPUS_AUTO;
612 if (st->bitrate_bps > st->layout.nb_channels*40000)
615 stream_offset = st->bitrate_bps/st->layout.nb_channels/2;
627 if (st->bitrate_bps==OPUS_AUTO)
630 } else if (st->bitrate_bps==OPUS_BITRATE_MAX)
644 channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/total;
718 st->variable_duration, channels, Fs, st->bitrate_bps,
760 max_data_bytes = IMIN(max_data_bytes, 3*st->bitrate_bps/(3*8*Fs/frame_size));
775 equiv_rate = st->bitrate_bps;
991 st->bitrate_bps = value;