Searched refs:channel_rate (Results 1 – 2 of 2) sorted by relevance
670 opus_int32 channel_rate; in surround_rate_allocation() local693 channel_rate = Fs+60*Fs/frame_size; in surround_rate_allocation()696 channel_rate = 300000; in surround_rate_allocation()708 …channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/tot… in surround_rate_allocation()715 channel_rate += bonus; in surround_rate_allocation()722 rate[i] = stream_offset+(channel_rate*coupled_ratio>>8); in surround_rate_allocation()724 rate[i] = stream_offset+channel_rate; in surround_rate_allocation()726 rate[i] = lfe_offset+(channel_rate*lfe_ratio>>8); in surround_rate_allocation()
242 for (int channel_rate : channel_rates) in TestCases() local248 {type, adaptive, channel_rate, sample_rate, frame_size}); in TestCases()