Searched refs:ERROR_TOLERANCE (Results 1 – 1 of 1) sorted by relevance
/external/libopus/tests/ |
D | test_opus_projection.c | 48 #define ERROR_TOLERANCE 1 macro 138 …= assert_is_equal(output_val16, expected_output_int16, SIMPLE_MATRIX_OUTPUT_SIZE, ERROR_TOLERANCE); in test_simple_matrix() 151 …rt_is_equal_short(output_int16, expected_output_int16, SIMPLE_MATRIX_OUTPUT_SIZE, ERROR_TOLERANCE); in test_simple_matrix() 165 …= assert_is_equal(output_val16, expected_output_int16, SIMPLE_MATRIX_OUTPUT_SIZE, ERROR_TOLERANCE); in test_simple_matrix() 178 …= assert_is_equal(output_val16, expected_output_int16, SIMPLE_MATRIX_OUTPUT_SIZE, ERROR_TOLERANCE); in test_simple_matrix()
|