Home
last modified time | relevance | path

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

/external/chromium_org/third_party/opus/src/src/
Dopus_multistream_encoder.c601 opus_int32 channel_rate; in surround_rate_allocation() local
628 channel_rate = Fs+60*Fs/frame_size; in surround_rate_allocation()
631 channel_rate = 300000; in surround_rate_allocation()
643channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/tot… in surround_rate_allocation()
650 channel_rate += bonus; in surround_rate_allocation()
657 rate[i] = stream_offset+(channel_rate*coupled_ratio>>8); in surround_rate_allocation()
659 rate[i] = stream_offset+channel_rate; in surround_rate_allocation()
661 rate[i] = lfe_offset+(channel_rate*lfe_ratio>>8); in surround_rate_allocation()