Searched refs:read_q15x2 (Results 1 – 14 of 14) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_cfft_radix2_q15.c | 111 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 …]
|
D | arm_rfft_q15.c | 256 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 …]
|
D | arm_cfft_radix4_q15.c | 199 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 …]
|
D | arm_cfft_q15.c | 720 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/ |
D | arm_conv_fast_q15.c | 285 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 …]
|
D | arm_correlate_fast_q15.c | 271 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 …]
|
D | arm_conv_partial_fast_q15.c | 308 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 …]
|
D | arm_conv_partial_q15.c | 314 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 …]
|
D | arm_conv_q15.c | 446 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 …]
|
D | arm_correlate_q15.c | 477 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 …]
|
D | arm_fir_fast_q15.c | 208 x0 = read_q15x2 (px); in arm_fir_fast_q15()
|
D | arm_fir_q15.c | 607 x0 = read_q15x2 (px); in arm_fir_q15()
|
/third_party/cmsis/CMSIS/DSP/Include/ |
D | arm_math_memory.h | 76 __STATIC_FORCEINLINE q31_t read_q15x2 ( in read_q15x2() function
|
/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
D | controller_functions.h | 362 acc = (q63_t)__SMLALD((uint32_t)S->A1, (uint32_t)read_q15x2 (S->state), (uint64_t)acc); in arm_pid_q15()
|