Searched refs:test_snr_error_q7 (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/lib/cmsis_dsp/interpolation/src/ |
D | q7.c | 42 test_snr_error_q7(length, output, ref_linear, in ZTEST() 82 test_snr_error_q7(length, output, ref_bilinear, in ZTEST()
|
/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/ |
D | misc_q7.c | 33 test_snr_error_q7(ref_length, ref, output, SNR_ERROR_THRESH), in test_arm_correlate_q7() 90 test_snr_error_q7(ref_length, ref, output, SNR_ERROR_THRESH), in test_arm_conv_q7() 158 test_snr_error_q7(ref_length, ref, temp, SNR_ERROR_THRESH), in test_arm_conv_partial_q7() 199 test_snr_error_q7(ref_length, ref, temp, SNR_ERROR_THRESH), in test_arm_conv_partial_opt_q7()
|
D | fir_q7.c | 92 test_snr_error_q7(length, output_buf, ref, SNR_ERROR_THRESH), in ZTEST()
|
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | q7.c | 34 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_add_q7() 69 zassert_true(test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_add_q7_in_place() 103 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_sub_q7() 138 zassert_true(test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_sub_q7_in_place() 172 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_mult_q7() 207 zassert_true(test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_mult_q7_in_place() 238 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_negate_q7() 271 zassert_true(test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_negate_q7_in_place() 303 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_offset_q7() 338 zassert_true(test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_zdsp_offset_q7_in_place() [all …]
|
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/ |
D | unary_q7.c | 81 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_op1() 149 test_snr_error_q7(length, output_buf, ref, SNR_ERROR_THRESH_LOW), in test_op2v()
|
D | binary_q7.c | 99 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_op2()
|
/Zephyr-latest/tests/lib/cmsis_dsp/statistics/src/ |
D | q7.c | 126 test_snr_error_q7(1, output, ref, SNR_ERROR_THRESH), in test_arm_mean_q7()
|
/Zephyr-latest/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 457 static inline bool test_snr_error_q7( in test_snr_error_q7() function
|