Lines Matching refs:nb_coupled_streams
50 opus_int32 opus_multistream_decoder_get_size(int nb_streams, int nb_coupled_streams) in opus_multistream_decoder_get_size() argument
55 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_decoder_get_size()
59 + nb_coupled_streams * align(coupled_size) in opus_multistream_decoder_get_size()
60 + (nb_streams-nb_coupled_streams) * align(mono_size); in opus_multistream_decoder_get_size()
83 st->layout.nb_coupled_streams = coupled_streams; in opus_multistream_decoder_init()
94 for (i=0;i<st->layout.nb_coupled_streams;i++) in opus_multistream_decoder_init()
244 ptr += (s < st->layout.nb_coupled_streams) ? align(coupled_size) : align(mono_size); in opus_multistream_decode_native()
261 if (s < st->layout.nb_coupled_streams) in opus_multistream_decode_native()
452 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl()
470 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl()
495 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl()
514 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl()