Searched refs:nb_coupled (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_encoder.c636 int nb_coupled; local
639 nb_coupled = st->layout.nb_coupled_streams;
640 nb_uncoupled = st->layout.nb_streams-nb_coupled-nb_lfe;
642 + coupled_ratio*nb_coupled /* stereo */
644 channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/total;
/external/libopus/src/
H A Dopus_multistream_encoder.c636 int nb_coupled; local
639 nb_coupled = st->layout.nb_coupled_streams;
640 nb_uncoupled = st->layout.nb_streams-nb_coupled-nb_lfe;
642 + coupled_ratio*nb_coupled /* stereo */
644 channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/total;

Completed in 207 milliseconds