Home | History | Annotate | Download | only in src

Lines Matching full:stream_offset

715    int stream_offset;
751 stream_offset = (bitrate - channel_offset*nb_normal - lfe_offset*nb_lfe)/nb_normal/2;
752 stream_offset = IMAX(0, IMIN(20000, stream_offset));
762 channel_rate = 256*(opus_int64)(bitrate - lfe_offset*nb_lfe - stream_offset*(nb_coupled+nb_uncoupled) - channel_offset*nb_normal)/total;
767 rate[i] = 2*channel_offset + IMAX(0, stream_offset+(channel_rate*coupled_ratio>>8));
769 rate[i] = channel_offset + IMAX(0, stream_offset + channel_rate);