Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_multistream_encoder.c680 int nb_lfe; in surround_rate_allocation() local
688 nb_lfe = (st->lfe_stream!=-1); in surround_rate_allocation()
690 nb_uncoupled = st->layout.nb_streams-nb_coupled-nb_lfe; 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()
722 + nb_lfe*lfe_ratio; in surround_rate_allocation()
723 …channel_rate = 256*(opus_int64)(bitrate - lfe_offset*nb_lfe - stream_offset*(nb_coupled+nb_uncoupl… in surround_rate_allocation()