Lines Matching refs:SNR_ERROR_THRESH
16 #define SNR_ERROR_THRESH ((float32_t)120) macro
34 SNR_ERROR_THRESH), in test_zdsp_add_f32()
68 zassert_true(test_snr_error_f32(length, output, (float32_t *)ref, SNR_ERROR_THRESH), in test_zdsp_add_f32_in_place()
99 SNR_ERROR_THRESH), in test_zdsp_sub_f32()
133 zassert_true(test_snr_error_f32(length, output, (float32_t *)ref, SNR_ERROR_THRESH), in test_zdsp_sub_f32_in_place()
164 SNR_ERROR_THRESH), in test_zdsp_mult_f32()
198 zassert_true(test_snr_error_f32(length, output, (float32_t *)ref, SNR_ERROR_THRESH), in test_zdsp_mult_f32_in_place()
229 SNR_ERROR_THRESH), in test_zdsp_negate_f32()
263 zassert_true(test_snr_error_f32(length, output, (float32_t *)ref, SNR_ERROR_THRESH), in test_zdsp_negate_f32_in_place()
294 SNR_ERROR_THRESH), in test_zdsp_offset_f32()
328 zassert_true(test_snr_error_f32(length, output, (float32_t *)ref, SNR_ERROR_THRESH), in test_zdsp_offset_f32_in_place()
360 SNR_ERROR_THRESH), in test_zdsp_scale_f32()
394 zassert_true(test_snr_error_f32(length, output, (float32_t *)ref, SNR_ERROR_THRESH), in test_zdsp_scale_f32_in_place()
426 SNR_ERROR_THRESH), in test_zdsp_dot_prod_f32()
458 SNR_ERROR_THRESH), in test_zdsp_abs_f32()
491 zassert_true(test_snr_error_f32(length, output, (float32_t *)ref, SNR_ERROR_THRESH), in test_zdsp_abs_f32_in_place()
522 SNR_ERROR_THRESH), in test_zdsp_clip_f32()
557 zassert_true(test_snr_error_f32(length, output, (float32_t *)ref, SNR_ERROR_THRESH), in test_zdsp_clip_f32_in_place()