Searched refs:SIMPLE_MATRIX_OUTPUT_SIZE (Results 1 – 1 of 1) sorted by relevance
53 #define SIMPLE_MATRIX_OUTPUT_SIZE 40 macro90 const opus_int16 expected_output_int16[SIMPLE_MATRIX_OUTPUT_SIZE] = { in test_simple_matrix()105 output_int16 = (opus_int16 *)opus_alloc(sizeof(opus_int16) * SIMPLE_MATRIX_OUTPUT_SIZE); in test_simple_matrix()106 output_val16 = (opus_val16 *)opus_alloc(sizeof(opus_val16) * SIMPLE_MATRIX_OUTPUT_SIZE); in test_simple_matrix()130 for (i = 0; i < SIMPLE_MATRIX_OUTPUT_SIZE; i++) in test_simple_matrix()138 …ret = assert_is_equal(output_val16, expected_output_int16, SIMPLE_MATRIX_OUTPUT_SIZE, ERROR_TOLERA… in test_simple_matrix()143 for (i = 0; i < SIMPLE_MATRIX_OUTPUT_SIZE; i++) in test_simple_matrix()151 …ret = assert_is_equal_short(output_int16, expected_output_int16, SIMPLE_MATRIX_OUTPUT_SIZE, ERROR_… in test_simple_matrix()157 for (i = 0; i < SIMPLE_MATRIX_OUTPUT_SIZE; i++) in test_simple_matrix()165 …ret = assert_is_equal(output_val16, expected_output_int16, SIMPLE_MATRIX_OUTPUT_SIZE, ERROR_TOLERA… in test_simple_matrix()[all …]