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

  /external/libopus/src/
mapping_matrix.h 51 opus_int32 mapping_matrix_get_size(int rows, int cols);
opus_projection_encoder.c 184 mapping_matrix_get_size(mixing_matrix_rows, mixing_matrix_cols);
189 mapping_matrix_get_size(demixing_matrix_rows, demixing_matrix_cols);
251 st->mixing_matrix_size_in_bytes = mapping_matrix_get_size(
282 st->demixing_matrix_size_in_bytes = mapping_matrix_get_size(
opus_projection_decoder.c 114 mapping_matrix_get_size(streams + coupled_streams, channels);
156 mapping_matrix_get_size(channels, nb_input_streams);
mapping_matrix.c 40 opus_int32 mapping_matrix_get_size(int rows, int cols) function
  /external/libopus/tests/
test_opus_projection.c 109 simple_matrix_size = mapping_matrix_get_size(simple_matrix_params.rows,

Completed in 217 milliseconds