Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_multistream_encoder.c677 int lfe_offset; in surround_rate_allocation() local
708 lfe_offset = IMIN(bitrate/20, 3000) + 15*IMAX(50, Fs/frame_size); in surround_rate_allocation()
712 stream_offset = (bitrate - channel_offset*nb_normal - lfe_offset*nb_lfe)/nb_normal/2; 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()
732 rate[i] = IMAX(0, lfe_offset+(channel_rate*lfe_ratio>>8)); in surround_rate_allocation()