Lines Matching refs:q15_t
17 #define ABS_ERROR_THRESH_Q15 ((q15_t)100)
21 const q15_t *input1, int ref_index, size_t length) in test_arm_max_q15()
23 q15_t val; in test_arm_max_q15()
42 const q15_t *input1, int ref_index, size_t length) in test_arm_min_q15()
44 q15_t val; in test_arm_min_q15()
63 const q15_t *input1, int ref_index, size_t length) in test_arm_absmax_q15()
65 q15_t val; in test_arm_absmax_q15()
84 const q15_t *input1, int ref_index, size_t length) in test_arm_absmin_q15()
86 q15_t val; in test_arm_absmin_q15()
105 const q15_t *input1, int ref_index, size_t length) in test_arm_mean_q15()
107 q15_t ref[1]; in test_arm_mean_q15()
108 q15_t *output; in test_arm_mean_q15()
114 output = malloc(1 * sizeof(q15_t)); in test_arm_mean_q15()
138 const q15_t *input1, int ref_index, size_t length) in test_arm_power_q15()
171 const q15_t *input1, int ref_index, size_t length) in test_arm_rms_q15()
173 q15_t ref[1]; in test_arm_rms_q15()
174 q15_t *output; in test_arm_rms_q15()
180 output = malloc(1 * sizeof(q15_t)); in test_arm_rms_q15()
204 const q15_t *input1, int ref_index, size_t length) in test_arm_std_q15()
206 q15_t ref[1]; in test_arm_std_q15()
207 q15_t *output; in test_arm_std_q15()
213 output = malloc(1 * sizeof(q15_t)); in test_arm_std_q15()
237 const q15_t *input1, int ref_index, size_t length) in test_arm_var_q15()
239 q15_t ref[1]; in test_arm_var_q15()
240 q15_t *output; in test_arm_var_q15()
246 output = malloc(1 * sizeof(q15_t)); in test_arm_var_q15()