Searched refs:channel_rate (Results 1 – 2 of 2) sorted by relevance
242 for (int channel_rate : channel_rates) in TestCases() local248 {type, adaptive, channel_rate, sample_rate, frame_size}); in TestCases()
675 opus_int32 channel_rate; in surround_rate_allocation() local723 …channel_rate = 256*(opus_int64)(bitrate - lfe_offset*nb_lfe - stream_offset*(nb_coupled+nb_uncoupl… in surround_rate_allocation()728 rate[i] = 2*channel_offset + IMAX(0, stream_offset+(channel_rate*coupled_ratio>>8)); in surround_rate_allocation()730 rate[i] = channel_offset + IMAX(0, stream_offset + channel_rate); in surround_rate_allocation()732 rate[i] = IMAX(0, lfe_offset+(channel_rate*lfe_ratio>>8)); in surround_rate_allocation()