OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nb_coupled
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/opus/src/src/
opus_multistream_encoder.c
635
int
nb_coupled
;
local
638
nb_coupled
= st->layout.nb_coupled_streams;
639
nb_uncoupled = st->layout.nb_streams-
nb_coupled
-nb_lfe;
641
+ coupled_ratio*
nb_coupled
/* stereo */
643
channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(
nb_coupled
+nb_uncoupled))/total;
Completed in 599 milliseconds