Lines Matching refs:nb_coupled_streams
47 int nb_coupled_streams; member
96 if (s < st->layout.nb_coupled_streams) in ms_get_preemph_mem()
115 if (s < st->layout.nb_coupled_streams) in ms_get_window_mem()
128 if (s < layout->nb_coupled_streams) in validate_encoder_layout()
344 opus_int32 opus_multistream_encoder_get_size(int nb_streams, int nb_coupled_streams) in opus_multistream_encoder_get_size() argument
349 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_encoder_get_size()
353 + nb_coupled_streams * align(coupled_size) in opus_multistream_encoder_get_size()
354 + (nb_streams-nb_coupled_streams) * align(mono_size); in opus_multistream_encoder_get_size()
360 int nb_coupled_streams; in opus_multistream_surround_encoder_get_size() local
368 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
372 nb_coupled_streams=1; in opus_multistream_surround_encoder_get_size()
378 nb_coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_get_size()
382 nb_coupled_streams=0; in opus_multistream_surround_encoder_get_size()
385 size = opus_multistream_encoder_get_size(nb_streams, nb_coupled_streams); in opus_multistream_surround_encoder_get_size()
416 st->layout.nb_coupled_streams = coupled_streams; in opus_multistream_encoder_init_impl()
431 for (i=0;i<st->layout.nb_coupled_streams;i++) in opus_multistream_encoder_init_impl()
502 *coupled_streams=vorbis_mappings[channels-1].nb_coupled_streams; in opus_multistream_surround_encoder_init()
639 nb_coupled = st->layout.nb_coupled_streams; in surround_rate_allocation()
657 if (i<st->layout.nb_coupled_streams) in surround_rate_allocation()
714 channels = st->layout.nb_streams + st->layout.nb_coupled_streams; in opus_multistream_encode_native()
767 if (s < st->layout.nb_coupled_streams) in opus_multistream_encode_native()
786 if (s < st->layout.nb_coupled_streams) in opus_multistream_encode_native()
807 if (s < st->layout.nb_coupled_streams) in opus_multistream_encode_native()
1008 if (s < st->layout.nb_coupled_streams) in opus_multistream_encoder_ctl()
1054 if (s < st->layout.nb_coupled_streams) in opus_multistream_encoder_ctl()
1087 if (s < st->layout.nb_coupled_streams) in opus_multistream_encoder_ctl()
1112 if (s < st->layout.nb_coupled_streams) in opus_multistream_encoder_ctl()
1149 if (s < st->layout.nb_coupled_streams) in opus_multistream_encoder_ctl()