Lines Matching refs:input1
22 const DSP_DATA q15_t *input1, const DSP_DATA q15_t *input2, const q15_t *ref, in test_zdsp_add_q15() argument
32 zdsp_add_q15(input1, input2, output, length); 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() argument
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() argument
104 zdsp_sub_q15(input1, input2, output, length); 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() argument
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() argument
176 zdsp_mult_q15(input1, input2, output, length); 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() argument
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() argument
243 zdsp_negate_q15(input1, output, length); 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() argument
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() argument
309 zdsp_offset_q15(input1, scalar, output, length); 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() argument
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() argument
383 zdsp_scale_q15(input1, scalar, 0, output, length); 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() argument
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() argument
453 zdsp_dot_prod_q15(input1, input2, length, &output[0]); 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() argument
484 zdsp_abs_q15(input1, output, length); 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() argument
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() argument
546 zdsp_shift_q15(input1, 1, output, length); 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() argument
575 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_shift_q15_in_place()
598 const DSP_DATA uint16_t *input1, const DSP_DATA uint16_t *input2, const uint16_t *ref, in test_zdsp_and_u16() argument
608 zdsp_and_u16(input1, input2, output, length); in test_zdsp_and_u16()
624 const DSP_DATA uint16_t *input1, const DSP_DATA uint16_t *input2, const uint16_t *ref, in test_zdsp_and_u16_in_place() argument
634 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_and_u16_in_place()
654 const DSP_DATA uint16_t *input1, const DSP_DATA uint16_t *input2, const uint16_t *ref, in test_zdsp_or_u16() argument
664 zdsp_or_u16(input1, input2, output, length); in test_zdsp_or_u16()
680 const DSP_DATA uint16_t *input1, const DSP_DATA uint16_t *input2, const uint16_t *ref, in test_zdsp_or_u16_in_place() argument
690 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_or_u16_in_place()
709 const DSP_DATA uint16_t *input1, const uint16_t *ref, size_t length) in test_zdsp_not_u16() argument
718 zdsp_not_u16(input1, output, length); in test_zdsp_not_u16()
734 const DSP_DATA uint16_t *input1, const uint16_t *ref, size_t length) in test_zdsp_not_u16_in_place() argument
743 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_not_u16_in_place()
760 const DSP_DATA uint16_t *input1, const DSP_DATA uint16_t *input2, const uint16_t *ref, in test_zdsp_xor_u16() argument
770 zdsp_xor_u16(input1, input2, output, length); in test_zdsp_xor_u16()
786 const DSP_DATA uint16_t *input1, const DSP_DATA uint16_t *input2, const uint16_t *ref, in test_zdsp_xor_u16_in_place() argument
796 memcpy(output, input1, length * sizeof(q15_t)); in test_zdsp_xor_u16_in_place()