Searched refs:SIMPLE_MATRIX_OUTPUT_SIZE (Results 1 – 1 of 1) sorted by relevance
52 #define SIMPLE_MATRIX_OUTPUT_SIZE 40 macro89 const opus_int16 expected_output_int16[SIMPLE_MATRIX_OUTPUT_SIZE] = { in test_simple_matrix()104 output_int16 = (opus_int16 *)opus_alloc(sizeof(opus_int16) * SIMPLE_MATRIX_OUTPUT_SIZE); in test_simple_matrix()105 output_val16 = (opus_val16 *)opus_alloc(sizeof(opus_val16) * SIMPLE_MATRIX_OUTPUT_SIZE); in test_simple_matrix()129 for (i = 0; i < SIMPLE_MATRIX_OUTPUT_SIZE; i++) in test_simple_matrix()137 …ret = assert_is_equal(output_val16, expected_output_int16, SIMPLE_MATRIX_OUTPUT_SIZE, ERROR_TOLERA… in test_simple_matrix()142 for (i = 0; i < SIMPLE_MATRIX_OUTPUT_SIZE; i++) in test_simple_matrix()150 …ret = assert_is_equal_short(output_int16, expected_output_int16, SIMPLE_MATRIX_OUTPUT_SIZE, ERROR_… in test_simple_matrix()156 for (i = 0; i < SIMPLE_MATRIX_OUTPUT_SIZE; i++) in test_simple_matrix()164 …ret = assert_is_equal(output_val16, expected_output_int16, SIMPLE_MATRIX_OUTPUT_SIZE, ERROR_TOLERA… in test_simple_matrix()[all …]