HomeSort by relevance Sort by last modified time
    Searched refs:nb_input_streams (Results 1 - 2 of 2) sorted by null

  /external/libopus/src/
opus_projection_decoder.c 129 int nb_input_streams; local
137 nb_input_streams = streams + coupled_streams;
138 expected_matrix_size = nb_input_streams * channels * sizeof(opus_int16);
146 ALLOC(buf, nb_input_streams * channels, opus_int16);
147 for (i = 0; i < nb_input_streams * channels; i++)
156 mapping_matrix_get_size(channels, nb_input_streams);
163 mapping_matrix_init(get_dec_demixing_matrix(st), channels, nb_input_streams, 0, local
opus_projection_encoder.c 418 int nb_input_streams; local
426 nb_input_streams = ms_encoder->layout.nb_streams +
437 internal_size = nb_input_streams * nb_output_streams * sizeof(opus_int16);
445 for (i = 0; i < nb_input_streams; i++) {

Completed in 138 milliseconds