Home
last modified time | relevance | path

Searched refs:test_snr_error_q7 (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/interpolation/src/
Dq7.c42 test_snr_error_q7(length, output, ref_linear, in test_arm_linear_interp_q7()
82 test_snr_error_q7(length, output, ref_bilinear, in test_arm_bilinear_interp_q7()
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/basicmath/src/
Dq7.c34 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_arm_add_q7()
66 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_arm_sub_q7()
98 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_arm_mult_q7()
129 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_arm_negate_q7()
160 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_arm_offset_q7()
192 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_arm_scale_q7()
255 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_arm_abs_q7()
285 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_arm_shift_q7()
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/filtering/src/
Dmisc_q7.c33 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()
Dfir_q7.c72 test_snr_error_q7(length, output_buf, ref, SNR_ERROR_THRESH), in test_arm_fir_q7()
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/matrix/src/
Dunary_q7.c81 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_op1()
148 test_snr_error_q7(length, output_buf, ref, SNR_ERROR_THRESH_LOW), in test_op2v()
Dbinary_q7.c99 test_snr_error_q7(length, output, ref, SNR_ERROR_THRESH), in test_op2()
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/statistics/src/
Dq7.c126 test_snr_error_q7(1, output, ref, SNR_ERROR_THRESH), in test_arm_mean_q7()
/Zephyr-Core-2.7.6/tests/lib/cmsis_dsp/common/
Dtest_common.h457 static inline bool test_snr_error_q7( in test_snr_error_q7() function