Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_multistream_encoder.c683 int nb_normal; in surround_rate_allocation() local
691 nb_normal = 2*nb_coupled + nb_uncoupled; in surround_rate_allocation()
698 bitrate = nb_normal*(channel_offset + Fs + 10000) + 8000*nb_lfe; in surround_rate_allocation()
701 bitrate = nb_normal*300000 + nb_lfe*128000; in surround_rate_allocation()
712 stream_offset = (bitrate - channel_offset*nb_normal - lfe_offset*nb_lfe)/nb_normal/2; in surround_rate_allocation()
723 …te - lfe_offset*nb_lfe - stream_offset*(nb_coupled+nb_uncoupled) - channel_offset*nb_normal)/total; in surround_rate_allocation()