Home
last modified time | relevance | path

Searched refs:read_q15x2 (Results 1 – 14 of 14) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_radix2_q15.c111 coeff = read_q15x2 ((q15_t *)pCoef + (ia * 2U)); in arm_radix2_butterfly_q15()
117 T = read_q15x2 (pSrc + (2 * i)); in arm_radix2_butterfly_q15()
121 S = read_q15x2 (pSrc + (2 * l)); in arm_radix2_butterfly_q15()
139 coeff = read_q15x2 ((q15_t *)pCoef + (ia * 2U)); in arm_radix2_butterfly_q15()
147 T = read_q15x2 (pSrc + (2 * i)); in arm_radix2_butterfly_q15()
151 S = read_q15x2 (pSrc + (2 * l)); in arm_radix2_butterfly_q15()
184 coeff = read_q15x2 ((q15_t *)pCoef + (ia * 2U)); in arm_radix2_butterfly_q15()
193 T = read_q15x2 (pSrc + (2 * i)); in arm_radix2_butterfly_q15()
195 S = read_q15x2 (pSrc + (2 * l)); in arm_radix2_butterfly_q15()
215 T = read_q15x2 (pSrc + (2 * i)); in arm_radix2_butterfly_q15()
[all …]
Darm_rfft_q15.c256 outR = __SMUSD(read_q15x2 (pSrc1), read_q15x2((q15_t *) pCoefA)); in arm_split_rfft_q15()
259 outR = -(__SMUSD(read_q15x2 (pSrc1), read_q15x2((q15_t *) pCoefA))); in arm_split_rfft_q15()
263 outR = __SMLAD(read_q15x2 (pSrc2), read_q15x2((q15_t *) pCoefB), outR) >> 16U; in arm_split_rfft_q15()
267 outI = __SMUSDX(read_q15x2_da (&pSrc2), read_q15x2((q15_t *) pCoefB)); in arm_split_rfft_q15()
269 outI = __SMUSDX(read_q15x2 ((q15_t *) pCoefB), read_q15x2_da (&pSrc2)); in arm_split_rfft_q15()
273 outI = __SMLADX(read_q15x2_ia (&pSrc1), read_q15x2 ((q15_t *) pCoefA), outI); in arm_split_rfft_q15()
469 outR = __SMUSD(read_q15x2(pSrc2), read_q15x2((q15_t *) pCoefB)); in arm_split_rifft_q15()
472 outR = -(__SMUSD(read_q15x2(pSrc2), read_q15x2((q15_t *) pCoefB))); in arm_split_rifft_q15()
476 outR = __SMLAD(read_q15x2(pSrc1), read_q15x2 ((q15_t *) pCoefA), outR) >> 16U; in arm_split_rifft_q15()
479 outI = __SMUADX(read_q15x2_da (&pSrc2), read_q15x2((q15_t *) pCoefB)); in arm_split_rifft_q15()
[all …]
Darm_cfft_radix4_q15.c199 T = read_q15x2 (pSi0); in arm_radix4_butterfly_q15()
208 S = read_q15x2 (pSi2); in arm_radix4_butterfly_q15()
220 T = read_q15x2 (pSi1); in arm_radix4_butterfly_q15()
225 U = read_q15x2 (pSi3); in arm_radix4_butterfly_q15()
241 C2 = read_q15x2 ((q15_t *) pCoef16 + (4U * ic)); in arm_radix4_butterfly_q15()
257 T = read_q15x2 (pSi1); in arm_radix4_butterfly_q15()
267 U = read_q15x2 (pSi3); in arm_radix4_butterfly_q15()
287 C1 = read_q15x2 ((q15_t *) pCoef16 + (2U * ic)); in arm_radix4_butterfly_q15()
306 C3 = read_q15x2 ((q15_t *) pCoef16 + (6U * ic)); in arm_radix4_butterfly_q15()
349 C1 = read_q15x2 ((q15_t *) pCoef16 + (2U * ic)); in arm_radix4_butterfly_q15()
[all …]
Darm_cfft_q15.c720 T = read_q15x2 (pSi); in arm_cfft_radix4by2_q15()
723 S = read_q15x2 (pSl); in arm_cfft_radix4by2_q15()
819 T = read_q15x2 (pSi); in arm_cfft_radix4by2_inverse_q15()
822 S = read_q15x2 (pSl); in arm_cfft_radix4by2_inverse_q15()
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_conv_fast_q15.c285 x0 = read_q15x2 ((q15_t *) px); in arm_conv_fast_q15()
287 x1 = read_q15x2 ((q15_t *) px + 1); in arm_conv_fast_q15()
308 x2 = read_q15x2 ((q15_t *) px); in arm_conv_fast_q15()
311 x3 = read_q15x2 ((q15_t *) px + 1); in arm_conv_fast_q15()
329 x0 = read_q15x2 ((q15_t *) px + 2); in arm_conv_fast_q15()
332 x1 = read_q15x2 ((q15_t *) px + 3); in arm_conv_fast_q15()
362 x3 = read_q15x2 ((q15_t *) px); in arm_conv_fast_q15()
375 c0 = read_q15x2 ((q15_t *) py); in arm_conv_fast_q15()
378 x3 = read_q15x2 ((q15_t *) px); in arm_conv_fast_q15()
381 x2 = read_q15x2 ((q15_t *) px + 1); in arm_conv_fast_q15()
[all …]
Darm_correlate_fast_q15.c271 x0 = read_q15x2 ((q15_t *) px); in arm_correlate_fast_q15()
273 x1 = read_q15x2 ((q15_t *) px + 1); in arm_correlate_fast_q15()
294 x2 = read_q15x2 ((q15_t *) px); in arm_correlate_fast_q15()
297 x3 = read_q15x2 ((q15_t *) px + 1); in arm_correlate_fast_q15()
315 x0 = read_q15x2 ((q15_t *) px + 2); in arm_correlate_fast_q15()
318 x1 = read_q15x2 ((q15_t *) px + 3); in arm_correlate_fast_q15()
348 x3 = read_q15x2 ((q15_t *) px); in arm_correlate_fast_q15()
361 c0 = read_q15x2 ((q15_t *) py); in arm_correlate_fast_q15()
364 x3 = read_q15x2 ((q15_t *) px); in arm_correlate_fast_q15()
367 x2 = read_q15x2 ((q15_t *) px + 1); in arm_correlate_fast_q15()
[all …]
Darm_conv_partial_fast_q15.c308 x0 = read_q15x2 ((q15_t *) px); in arm_conv_partial_fast_q15()
310 x1 = read_q15x2 ((q15_t *) px + 1); in arm_conv_partial_fast_q15()
332 x2 = read_q15x2 ((q15_t *) px); in arm_conv_partial_fast_q15()
335 x3 = read_q15x2 ((q15_t *) px + 1); in arm_conv_partial_fast_q15()
353 x0 = read_q15x2 ((q15_t *) px + 2); in arm_conv_partial_fast_q15()
356 x1 = read_q15x2 ((q15_t *) px + 3); in arm_conv_partial_fast_q15()
385 x3 = read_q15x2 ((q15_t *) px); in arm_conv_partial_fast_q15()
398 c0 = read_q15x2 ((q15_t *) py); in arm_conv_partial_fast_q15()
401 x3 = read_q15x2 ((q15_t *) px); in arm_conv_partial_fast_q15()
404 x2 = read_q15x2 ((q15_t *) px + 1); in arm_conv_partial_fast_q15()
[all …]
Darm_conv_partial_q15.c314 x0 = read_q15x2 ((q15_t *) px); in arm_conv_partial_q15()
316 x1 = read_q15x2 ((q15_t *) px + 1); in arm_conv_partial_q15()
338 x2 = read_q15x2 ((q15_t *) px); in arm_conv_partial_q15()
341 x3 = read_q15x2 ((q15_t *) px + 1); in arm_conv_partial_q15()
359 x0 = read_q15x2 ((q15_t *) px + 2); in arm_conv_partial_q15()
362 x1 = read_q15x2 ((q15_t *) px + 3); in arm_conv_partial_q15()
391 x3 = read_q15x2 ((q15_t *) px); in arm_conv_partial_q15()
404 c0 = read_q15x2 ((q15_t *) py); in arm_conv_partial_q15()
407 x3 = read_q15x2 ((q15_t *) px); in arm_conv_partial_q15()
410 x2 = read_q15x2 ((q15_t *) px + 1); in arm_conv_partial_q15()
[all …]
Darm_conv_q15.c446 x0 = read_q15x2 ((q15_t *) px); in arm_conv_q15()
449 x1 = read_q15x2 ((q15_t *) px + 1); in arm_conv_q15()
470 x2 = read_q15x2 ((q15_t *) px); in arm_conv_q15()
473 x3 = read_q15x2 ((q15_t *) px + 1); in arm_conv_q15()
491 x0 = read_q15x2 ((q15_t *) px + 2); in arm_conv_q15()
494 x1 = read_q15x2 ((q15_t *) px + 3); in arm_conv_q15()
524 x3 = read_q15x2 ((q15_t *) px); in arm_conv_q15()
537 c0 = read_q15x2 ((q15_t *) py); in arm_conv_q15()
540 x3 = read_q15x2 ((q15_t *) px); in arm_conv_q15()
543 x2 = read_q15x2 ((q15_t *) px + 1); in arm_conv_q15()
[all …]
Darm_correlate_q15.c477 x0 = read_q15x2 ((q15_t *) px); in arm_correlate_q15()
480 x1 = read_q15x2 ((q15_t *) px + 1); in arm_correlate_q15()
501 x2 = read_q15x2 ((q15_t *) px); in arm_correlate_q15()
504 x3 = read_q15x2 ((q15_t *) px + 1); in arm_correlate_q15()
522 x0 = read_q15x2 ((q15_t *) px + 2); in arm_correlate_q15()
525 x1 = read_q15x2 ((q15_t *) px + 3); in arm_correlate_q15()
551 x3 = read_q15x2 ((q15_t *) px); in arm_correlate_q15()
564 c0 = read_q15x2 ((q15_t *) py); in arm_correlate_q15()
567 x3 = read_q15x2 ((q15_t *) px); in arm_correlate_q15()
570 x2 = read_q15x2 ((q15_t *) px + 1); in arm_correlate_q15()
[all …]
Darm_fir_fast_q15.c208 x0 = read_q15x2 (px); in arm_fir_fast_q15()
Darm_fir_q15.c607 x0 = read_q15x2 (px); in arm_fir_q15()
/third_party/cmsis/CMSIS/DSP/Include/
Darm_math_memory.h76 __STATIC_FORCEINLINE q31_t read_q15x2 ( in read_q15x2() function
/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dcontroller_functions.h362 acc = (q63_t)__SMLALD((uint32_t)S->A1, (uint32_t)read_q15x2 (S->state), (uint64_t)acc); in arm_pid_q15()