Home
last modified time | relevance | path

Searched refs:channel_rate (Results 1 – 2 of 2) sorted by relevance

/external/libopus/src/
Dopus_multistream_encoder.c670 opus_int32 channel_rate; in surround_rate_allocation() local
693 channel_rate = Fs+60*Fs/frame_size; in surround_rate_allocation()
696 channel_rate = 300000; in surround_rate_allocation()
708channel_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()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
Dunittest.cc242 for (int channel_rate : channel_rates) in TestCases() local
248 {type, adaptive, channel_rate, sample_rate, frame_size}); in TestCases()