Lines Matching refs:q15_t
18 #define ABS_ERROR_THRESH_Q15 ((q15_t)2)
22 const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, const q15_t *ref, in test_zdsp_add_q15()
25 DSP_DATA q15_t *output; in test_zdsp_add_q15()
28 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_add_q15()
57 static void test_zdsp_add_q15_in_place(const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, in test_zdsp_add_q15_in_place()
58 const q15_t *ref, size_t length) in test_zdsp_add_q15_in_place()
60 DSP_DATA q15_t *output; in test_zdsp_add_q15_in_place()
63 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_add_q15_in_place()
67 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_add_q15_in_place()
94 const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, const q15_t *ref, in test_zdsp_sub_q15()
97 DSP_DATA q15_t *output; in test_zdsp_sub_q15()
100 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_sub_q15()
129 static void test_zdsp_sub_q15_in_place(const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, in test_zdsp_sub_q15_in_place()
130 const q15_t *ref, size_t length) in test_zdsp_sub_q15_in_place()
132 DSP_DATA q15_t *output; in test_zdsp_sub_q15_in_place()
135 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_sub_q15_in_place()
139 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_sub_q15_in_place()
166 const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, const q15_t *ref, in test_zdsp_mult_q15()
169 DSP_DATA q15_t *output; in test_zdsp_mult_q15()
172 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_mult_q15()
199 static void test_zdsp_mult_q15_in_place(const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, in test_zdsp_mult_q15_in_place()
200 const q15_t *ref, size_t length) in test_zdsp_mult_q15_in_place()
202 DSP_DATA q15_t *output; in test_zdsp_mult_q15_in_place()
205 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_mult_q15_in_place()
209 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_mult_q15_in_place()
234 const DSP_DATA q15_t *input1, const q15_t *ref, size_t length) in test_zdsp_negate_q15()
236 DSP_DATA q15_t *output; in test_zdsp_negate_q15()
239 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_negate_q15()
265 static void test_zdsp_negate_q15_in_place(const DSP_DATA q15_t *input1, const q15_t *ref, in test_zdsp_negate_q15_in_place()
268 DSP_DATA q15_t *output; in test_zdsp_negate_q15_in_place()
271 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_negate_q15_in_place()
275 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_negate_q15_in_place()
300 const DSP_DATA q15_t *input1, q15_t scalar, const q15_t *ref, size_t length) in test_zdsp_offset_q15()
302 DSP_DATA q15_t *output; in test_zdsp_offset_q15()
305 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_offset_q15()
334 static void test_zdsp_offset_q15_in_place(const DSP_DATA q15_t *input1, q15_t scalar, in test_zdsp_offset_q15_in_place()
335 const q15_t *ref, size_t length) in test_zdsp_offset_q15_in_place()
337 DSP_DATA q15_t *output; in test_zdsp_offset_q15_in_place()
340 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_offset_q15_in_place()
344 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_offset_q15_in_place()
374 const DSP_DATA q15_t *input1, q15_t scalar, const q15_t *ref, size_t length) in test_zdsp_scale_q15()
376 DSP_DATA q15_t *output; in test_zdsp_scale_q15()
379 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_scale_q15()
406 static void test_zdsp_scale_q15_in_place(const DSP_DATA q15_t *input1, q15_t scalar, in test_zdsp_scale_q15_in_place()
407 const q15_t *ref, size_t length) in test_zdsp_scale_q15_in_place()
409 DSP_DATA q15_t *output; in test_zdsp_scale_q15_in_place()
412 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_scale_q15_in_place()
416 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_scale_q15_in_place()
443 const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, const q63_t *ref, in test_zdsp_dot_prod_q15()
475 const DSP_DATA q15_t *input1, const q15_t *ref, size_t length) in test_zdsp_abs_q15()
477 DSP_DATA q15_t *output; in test_zdsp_abs_q15()
480 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_abs_q15()
505 const DSP_DATA q15_t *input1, const q15_t *ref, size_t length) in test_zdsp_abs_q15_in_place()
507 DSP_DATA q15_t *output; in test_zdsp_abs_q15_in_place()
510 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_abs_q15_in_place()
514 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_abs_q15_in_place()
537 const DSP_DATA q15_t *input1, const q15_t *ref, size_t length) in test_zdsp_shift_q15()
539 DSP_DATA q15_t *output; in test_zdsp_shift_q15()
542 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_shift_q15()
566 const DSP_DATA q15_t *input1, const q15_t *ref, size_t length) in test_zdsp_shift_q15_in_place()
568 DSP_DATA q15_t *output; in test_zdsp_shift_q15_in_place()
571 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_shift_q15_in_place()
575 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_shift_q15_in_place()
604 output = (DSP_DATA q15_t *)malloc(length * sizeof(uint16_t)); in test_zdsp_and_u16()
630 output = (DSP_DATA q15_t *)malloc(length * sizeof(uint16_t)); in test_zdsp_and_u16_in_place()
634 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_and_u16_in_place()
660 output = (DSP_DATA q15_t *)malloc(length * sizeof(uint16_t)); in test_zdsp_or_u16()
686 output = (DSP_DATA q15_t *)malloc(length * sizeof(uint16_t)); in test_zdsp_or_u16_in_place()
690 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_or_u16_in_place()
714 output = (DSP_DATA q15_t *)malloc(length * sizeof(uint16_t)); in test_zdsp_not_u16()
739 output = (DSP_DATA q15_t *)malloc(length * sizeof(uint16_t)); in test_zdsp_not_u16_in_place()
743 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_not_u16_in_place()
766 output = (DSP_DATA q15_t *)malloc(length * sizeof(uint16_t)); in test_zdsp_xor_u16()
792 output = (DSP_DATA q15_t *)malloc(length * sizeof(uint16_t)); in test_zdsp_xor_u16_in_place()
796 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_xor_u16_in_place()
816 const DSP_DATA q15_t *input, const q15_t *ref, q15_t min, q15_t max, size_t length) in test_zdsp_clip_q15()
818 DSP_DATA q15_t *output; in test_zdsp_clip_q15()
821 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_clip_q15()
844 const DSP_DATA q15_t *input, const q15_t *ref, q15_t min, q15_t max, size_t length) in test_zdsp_clip_q15_in_place()
846 DSP_DATA q15_t *output; in test_zdsp_clip_q15_in_place()
849 output = (DSP_DATA q15_t *)malloc(length * sizeof(q15_t)); in test_zdsp_clip_q15_in_place()
853 memcpy(output, input, length * sizeof(q15_t)); in test_zdsp_clip_q15_in_place()