Lines Matching refs:nb_coupled_streams
53 opus_int32 opus_multistream_decoder_get_size(int nb_streams, int nb_coupled_streams) in opus_multistream_decoder_get_size() argument
58 if(nb_streams<1||nb_coupled_streams>nb_streams||nb_coupled_streams<0)return 0; in opus_multistream_decoder_get_size()
62 + nb_coupled_streams * align(coupled_size) in opus_multistream_decoder_get_size()
63 + (nb_streams-nb_coupled_streams) * align(mono_size); in opus_multistream_decoder_get_size()
86 st->layout.nb_coupled_streams = coupled_streams; in opus_multistream_decoder_init()
97 for (i=0;i<st->layout.nb_coupled_streams;i++) in opus_multistream_decoder_init()
245 ptr += (s < st->layout.nb_coupled_streams) ? align(coupled_size) : align(mono_size); in opus_multistream_decode_native()
262 if (s < st->layout.nb_coupled_streams) in opus_multistream_decode_native()
455 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl_va_list()
473 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl_va_list()
498 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl_va_list()
517 if (s < st->layout.nb_coupled_streams) in opus_multistream_decoder_ctl_va_list()