Searched refs:SNR_ERROR_THRESH_HIGH (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/lib/cmsis_dsp/complexmath/src/ |
D | q15.c | 17 #define SNR_ERROR_THRESH_HIGH ((float32_t)60) macro 104 test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH_HIGH), in test_arm_cmplx_mag_q15()
|
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | q15.c | 17 #define SNR_ERROR_THRESH_HIGH ((float32_t)60) macro 180 test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH_HIGH), in test_zdsp_mult_q15() 215 zassert_true(test_snr_error_q15(length, output, ref, SNR_ERROR_THRESH_HIGH), in test_zdsp_mult_q15_in_place() 457 test_snr_error_q63(1, output, ref, SNR_ERROR_THRESH_HIGH), in test_zdsp_dot_prod_q15()
|