| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/ |
| D | arm_fir_fast_q15.c | 77 …q31_t x0, x1, x2, c0; /* Temporary variables to hold state and coefficien… in arm_fir_fast_q15() local 120 x2 = read_q15x2_ia (&px); in arm_fir_fast_q15() 135 acc2 = __SMLAD(x2, c0, acc2); in arm_fir_fast_q15() 139 x1 = __PKHBT(x2, x0, 0); in arm_fir_fast_q15() 141 x1 = __PKHBT(x0, x2, 0); in arm_fir_fast_q15() 152 x1 = __PKHBT(x0, x2, 0); in arm_fir_fast_q15() 154 x1 = __PKHBT(x2, x0, 0); in arm_fir_fast_q15() 164 acc0 = __SMLAD(x2, c0, acc0); in arm_fir_fast_q15() 167 x2 = read_q15x2_ia (&px); in arm_fir_fast_q15() 177 x1 = __PKHBT(x2, x0, 0); in arm_fir_fast_q15() [all …]
|
| D | arm_correlate_fast_opt_q15.c | 84 …q31_t x1, x2, x3; /* Temporary variables for holding input and coeffi… in arm_correlate_fast_opt_q15() local 190 x2 = read_q15x2_ia (&pScr1); in arm_correlate_fast_opt_q15() 202 acc2 = __SMLAD(x2, y1, acc2); in arm_correlate_fast_opt_q15() 206 x3 = __PKHBT(x2, x1, 0); in arm_correlate_fast_opt_q15() 208 x3 = __PKHBT(x1, x2, 0); in arm_correlate_fast_opt_q15() 218 acc0 = __SMLAD(x2, y2, acc0); in arm_correlate_fast_opt_q15() 223 x3 = __PKHBT(x1, x2, 0); in arm_correlate_fast_opt_q15() 225 x3 = __PKHBT(x2, x1, 0); in arm_correlate_fast_opt_q15() 231 x2 = read_q15x2_ia (&pScr1); in arm_correlate_fast_opt_q15() 234 x3 = __PKHBT(x2, x1, 0); in arm_correlate_fast_opt_q15() [all …]
|
| D | arm_correlate_opt_q15.c | 81 …q31_t x1, x2, x3; /* Temporary variables for holding input1 and input… in arm_correlate_opt_q15() local 185 x2 = read_q15x2_ia (&pScr1); in arm_correlate_opt_q15() 197 acc2 = __SMLALD(x2, y1, acc2); in arm_correlate_opt_q15() 201 x3 = __PKHBT(x2, x1, 0); in arm_correlate_opt_q15() 203 x3 = __PKHBT(x1, x2, 0); in arm_correlate_opt_q15() 213 acc0 = __SMLALD(x2, y2, acc0); in arm_correlate_opt_q15() 218 x3 = __PKHBT(x1, x2, 0); in arm_correlate_opt_q15() 220 x3 = __PKHBT(x2, x1, 0); in arm_correlate_opt_q15() 226 x2 = read_q15x2_ia (&pScr1); in arm_correlate_opt_q15() 229 x3 = __PKHBT(x2, x1, 0); in arm_correlate_opt_q15() [all …]
|
| D | arm_conv_opt_q15.c | 83 …q31_t x1, x2, x3; /* Temporary variables to hold state and coefficien… in arm_conv_opt_q15() local 208 x2 = read_q15x2_ia (&pScr1); in arm_conv_opt_q15() 221 acc2 = __SMLALD(x2, y1, acc2); in arm_conv_opt_q15() 225 x3 = __PKHBT(x2, x1, 0); in arm_conv_opt_q15() 227 x3 = __PKHBT(x1, x2, 0); in arm_conv_opt_q15() 237 acc0 = __SMLALD(x2, y2, acc0); in arm_conv_opt_q15() 242 x3 = __PKHBT(x1, x2, 0); in arm_conv_opt_q15() 244 x3 = __PKHBT(x2, x1, 0); in arm_conv_opt_q15() 250 x2 = read_q15x2_ia (&pScr1); in arm_conv_opt_q15() 253 x3 = __PKHBT(x2, x1, 0); in arm_conv_opt_q15() [all …]
|
| D | arm_conv_fast_opt_q15.c | 87 …q31_t x1, x2, x3; /* Temporary variables to hold state and coefficien… in arm_conv_fast_opt_q15() local 212 x2 = read_q15x2_ia (&pScr1); in arm_conv_fast_opt_q15() 225 acc2 = __SMLAD(x2, y1, acc2); in arm_conv_fast_opt_q15() 229 x3 = __PKHBT(x2, x1, 0); in arm_conv_fast_opt_q15() 231 x3 = __PKHBT(x1, x2, 0); in arm_conv_fast_opt_q15() 241 acc0 = __SMLAD(x2, y2, acc0); in arm_conv_fast_opt_q15() 246 x3 = __PKHBT(x1, x2, 0); in arm_conv_fast_opt_q15() 248 x3 = __PKHBT(x2, x1, 0); in arm_conv_fast_opt_q15() 254 x2 = read_q15x2_ia (&pScr1); in arm_conv_fast_opt_q15() 257 x3 = __PKHBT(x2, x1, 0); in arm_conv_fast_opt_q15() [all …]
|
| D | arm_conv_opt_q7.c | 75 q31_t x1, x2, x3, y1; /* Temporary input variables */ in arm_conv_opt_q7() local 217 x2 = read_q15x2_ia (&pScr1); in arm_conv_opt_q7() 228 acc2 = __SMLAD(x2, y1, acc2); in arm_conv_opt_q7() 232 x3 = __PKHBT(x2, x1, 0); in arm_conv_opt_q7() 234 x3 = __PKHBT(x1, x2, 0); in arm_conv_opt_q7() 245 x3 = __PKHBT(x1, x2, 0); in arm_conv_opt_q7() 247 x3 = __PKHBT(x2, x1, 0); in arm_conv_opt_q7() 255 acc0 = __SMLAD(x2, y1, acc0); in arm_conv_opt_q7() 261 x2 = read_q15x2_ia (&pScr1); in arm_conv_opt_q7() 264 x3 = __PKHBT(x2, x1, 0); in arm_conv_opt_q7() [all …]
|
| D | arm_conv_partial_fast_opt_q15.c | 86 …q31_t x2, x3; /* Temporary variables to hold state and coefficien… in arm_conv_partial_fast_opt_q15() local 222 x2 = read_q15x2_ia (&pScr1); in arm_conv_partial_fast_opt_q15() 235 acc2 = __SMLAD(x2, y1, acc2); in arm_conv_partial_fast_opt_q15() 239 x3 = __PKHBT(x2, x1, 0); in arm_conv_partial_fast_opt_q15() 241 x3 = __PKHBT(x1, x2, 0); in arm_conv_partial_fast_opt_q15() 251 acc0 = __SMLAD(x2, y2, acc0); in arm_conv_partial_fast_opt_q15() 256 x3 = __PKHBT(x1, x2, 0); in arm_conv_partial_fast_opt_q15() 258 x3 = __PKHBT(x2, x1, 0); in arm_conv_partial_fast_opt_q15() 264 x2 = read_q15x2_ia (&pScr1); in arm_conv_partial_fast_opt_q15() 267 x3 = __PKHBT(x2, x1, 0); in arm_conv_partial_fast_opt_q15() [all …]
|
| D | arm_conv_partial_opt_q15.c | 87 …q31_t x2, x3; /* Temporary variables to hold state and coefficien… in arm_conv_partial_opt_q15() local 223 x2 = read_q15x2_ia (&pScr1); in arm_conv_partial_opt_q15() 236 acc2 = __SMLALD(x2, y1, acc2); in arm_conv_partial_opt_q15() 240 x3 = __PKHBT(x2, x1, 0); in arm_conv_partial_opt_q15() 242 x3 = __PKHBT(x1, x2, 0); in arm_conv_partial_opt_q15() 252 acc0 = __SMLALD(x2, y2, acc0); in arm_conv_partial_opt_q15() 257 x3 = __PKHBT(x1, x2, 0); in arm_conv_partial_opt_q15() 259 x3 = __PKHBT(x2, x1, 0); in arm_conv_partial_opt_q15() 265 x2 = read_q15x2_ia (&pScr1); in arm_conv_partial_opt_q15() 268 x3 = __PKHBT(x2, x1, 0); in arm_conv_partial_opt_q15() [all …]
|
| D | arm_correlate_opt_q7.c | 77 q31_t x1, x2, x3, y1; /* Temporary input variables */ in arm_correlate_opt_q7() local 242 x2 = read_q15x2_ia (&pScr1); in arm_correlate_opt_q7() 253 acc2 = __SMLAD(x2, y1, acc2); in arm_correlate_opt_q7() 257 x3 = __PKHBT(x2, x1, 0); in arm_correlate_opt_q7() 259 x3 = __PKHBT(x1, x2, 0); in arm_correlate_opt_q7() 270 x3 = __PKHBT(x1, x2, 0); in arm_correlate_opt_q7() 272 x3 = __PKHBT(x2, x1, 0); in arm_correlate_opt_q7() 280 acc0 = __SMLAD(x2, y1, acc0); in arm_correlate_opt_q7() 286 x2 = read_q15x2_ia (&pScr1); in arm_correlate_opt_q7() 289 x3 = __PKHBT(x2, x1, 0); in arm_correlate_opt_q7() [all …]
|
| D | arm_conv_partial_opt_q7.c | 74 q31_t x1, x2, x3, y1; /* Temporary input variables */ in arm_conv_partial_opt_q7() local 235 x2 = read_q15x2_ia (&pScr1); in arm_conv_partial_opt_q7() 246 acc2 = __SMLAD(x2, y1, acc2); in arm_conv_partial_opt_q7() 250 x3 = __PKHBT(x2, x1, 0); in arm_conv_partial_opt_q7() 252 x3 = __PKHBT(x1, x2, 0); in arm_conv_partial_opt_q7() 263 x3 = __PKHBT(x1, x2, 0); in arm_conv_partial_opt_q7() 265 x3 = __PKHBT(x2, x1, 0); in arm_conv_partial_opt_q7() 273 acc0 = __SMLAD(x2, y1, acc0); in arm_conv_partial_opt_q7() 279 x2 = read_q15x2_ia (&pScr1); in arm_conv_partial_opt_q7() 282 x3 = __PKHBT(x2, x1, 0); in arm_conv_partial_opt_q7() [all …]
|
| D | arm_fir_fast_q31.c | 79 …q31_t x0, x1, x2, x3, c0; /* Temporary variables to hold state and coefficien… in arm_fir_fast_q31() local 122 x2 = *px++; in arm_fir_fast_q31() 144 multAcc_32x32_keep32_R(acc2, x2, c0); in arm_fir_fast_q31() 157 multAcc_32x32_keep32_R(acc1, x2, c0); in arm_fir_fast_q31() 168 multAcc_32x32_keep32_R(acc0, x2, c0); in arm_fir_fast_q31() 177 x2 = *(px + 3U); in arm_fir_fast_q31() 183 multAcc_32x32_keep32_R(acc3, x2, c0); in arm_fir_fast_q31() 207 multAcc_32x32_keep32_R(acc2, x2, c0); in arm_fir_fast_q31() 212 x1 = x2; in arm_fir_fast_q31() 213 x2 = x3; in arm_fir_fast_q31()
|
| D | arm_fir_q15.c | 476 …q31_t x0, x1, x2, c0; /* Temporary variables to hold state and coefficien… in arm_fir_q15() local 519 x2 = read_q15x2_ia (&px); in arm_fir_q15() 534 acc2 = __SMLALD(x2, c0, acc2); in arm_fir_q15() 538 x1 = __PKHBT(x2, x0, 0); in arm_fir_q15() 540 x1 = __PKHBT(x0, x2, 0); in arm_fir_q15() 551 x1 = __PKHBT(x0, x2, 0); in arm_fir_q15() 553 x1 = __PKHBT(x2, x0, 0); in arm_fir_q15() 563 acc0 = __SMLALD(x2, c0, acc0); in arm_fir_q15() 566 x2 = read_q15x2_ia (&px); in arm_fir_q15() 576 x1 = __PKHBT(x2, x0, 0); in arm_fir_q15() [all …]
|
| D | arm_fir_decimate_fast_q31.c | 80 q31_t x1, x2, x3; in arm_fir_decimate_fast_q31() local 133 x2 = *(px2++); in arm_fir_decimate_fast_q31() 140 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_fir_decimate_fast_q31() 149 x2 = *(px2++); in arm_fir_decimate_fast_q31() 155 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_fir_decimate_fast_q31() 164 x2 = *(px2++); in arm_fir_decimate_fast_q31() 170 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_fir_decimate_fast_q31() 179 x2 = *(px2++); in arm_fir_decimate_fast_q31() 185 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_fir_decimate_fast_q31() 203 x2 = *(px2++); in arm_fir_decimate_fast_q31() [all …]
|
| D | arm_fir_f32.c | 704 float32x4_t accv0,accv1,samples0,samples1,x0,x1,x2,xa,xb,b; in arm_fir_f32() local 749 x2 = vld1q_f32(px + 8); in arm_fir_f32() 757 xb = vextq_f32(x1,x2,1); in arm_fir_f32() 763 xb = vextq_f32(x1,x2,2); in arm_fir_f32() 769 xb = vextq_f32(x1,x2,3); in arm_fir_f32() 776 x1 = x2; in arm_fir_f32() 784 x2 = vld1q_f32(px + 8); in arm_fir_f32() 797 xb = vextq_f32(x1,x2,1); in arm_fir_f32() 805 xb = vextq_f32(x1,x2,2); in arm_fir_f32() 820 xb = vextq_f32(x1,x2,1); in arm_fir_f32() [all …]
|
| D | arm_fir_decimate_f32.c | 395 float32_t x1, x2, x3; in arm_fir_decimate_f32() local 492 x2 = *(px2++); in arm_fir_decimate_f32() 498 accv = vsetq_lane_f32(vgetq_lane_f32(accv, 2) + x2 * c0,accv,2); in arm_fir_decimate_f32() 639 float32_t x1, x2, x3; in arm_fir_decimate_f32() local 692 x2 = *(px2++); in arm_fir_decimate_f32() 699 acc2 += x2 * c0; in arm_fir_decimate_f32() 708 x2 = *(px2++); in arm_fir_decimate_f32() 714 acc2 += x2 * c0; in arm_fir_decimate_f32() 723 x2 = *(px2++); in arm_fir_decimate_f32() 729 acc2 += x2 * c0; in arm_fir_decimate_f32() [all …]
|
| D | arm_conv_partial_f32.c | 103 float32_t x0, x1, x2, x3, c0; /* Temporary variables */ in arm_conv_partial_f32() local 304 x2 = *px++; in arm_conv_partial_f32() 324 acc2 += x2 * c0; in arm_conv_partial_f32() 337 acc1 += x2 * c0; in arm_conv_partial_f32() 350 acc0 += x2 * c0; in arm_conv_partial_f32() 361 x2 = *px++; in arm_conv_partial_f32() 371 acc3 += x2 * c0; in arm_conv_partial_f32() 392 acc2 += x2 * c0; in arm_conv_partial_f32() 398 x1 = x2; in arm_conv_partial_f32() 399 x2 = x3; in arm_conv_partial_f32()
|
| D | arm_conv_fast_q31.c | 77 …q31_t x0, x1, x2, x3, c0; /* Temporary variables to hold state and coefficien… in arm_conv_fast_q31() local 250 x2 = *px++; in arm_conv_fast_q31() 270 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_conv_fast_q31() 284 acc1 = (q31_t) ((((q63_t) acc1 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_conv_fast_q31() 298 acc0 = (q31_t) ((((q63_t) acc0 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_conv_fast_q31() 310 x2 = *px++; in arm_conv_fast_q31() 320 acc3 = (q31_t) ((((q63_t) acc3 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_conv_fast_q31() 342 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_conv_fast_q31() 348 x1 = x2; in arm_conv_fast_q31() 349 x2 = x3; in arm_conv_fast_q31()
|
| D | arm_correlate_fast_q15.c | 77 …q31_t x0, x1, x2, x3, c0; /* Temporary variables for holding input and coeffi… in arm_correlate_fast_q15() local 294 x2 = read_q15x2 ((q15_t *) px); in arm_correlate_fast_q15() 300 acc2 = __SMLAD(x2, c0, acc2); in arm_correlate_fast_q15() 309 acc0 = __SMLAD(x2, c0, acc0); in arm_correlate_fast_q15() 367 x2 = read_q15x2 ((q15_t *) px + 1); in arm_correlate_fast_q15() 374 acc3 = __SMLAD(x2, c0, acc3); in arm_correlate_fast_q15() 386 x2 = read_q15x2 ((q15_t *) px + 1); in arm_correlate_fast_q15() 392 acc3 = __SMLAD(x2, c0, acc3); in arm_correlate_fast_q15() 408 acc1 = __SMLAD (x2, c0, acc1); in arm_correlate_fast_q15() 409 acc2 = __SMLADX(x2, c0, acc2); in arm_correlate_fast_q15()
|
| D | arm_correlate_fast_q31.c | 79 …q31_t x0, x1, x2, x3, c0; /* Temporary variables for holding input and coeffi… in arm_correlate_fast_q31() local 276 x2 = *px++; in arm_correlate_fast_q31() 296 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_correlate_fast_q31() 310 acc1 = (q31_t) ((((q63_t) acc1 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_correlate_fast_q31() 324 acc0 = (q31_t) ((((q63_t) acc0 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_correlate_fast_q31() 336 x2 = *px++; in arm_correlate_fast_q31() 346 acc3 = (q31_t) ((((q63_t) acc3 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_correlate_fast_q31() 368 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_correlate_fast_q31() 374 x1 = x2; in arm_correlate_fast_q31() 375 x2 = x3; in arm_correlate_fast_q31()
|
| D | arm_conv_partial_fast_q31.c | 79 q31_t x0, x1, x2, x3, c0; in arm_conv_partial_fast_q31() local 285 x2 = *px++; in arm_conv_partial_fast_q31() 305 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_conv_partial_fast_q31() 318 acc1 = (q31_t) ((((q63_t) acc1 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_conv_partial_fast_q31() 331 acc0 = (q31_t) ((((q63_t) acc0 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_conv_partial_fast_q31() 342 x2 = *px++; in arm_conv_partial_fast_q31() 352 acc3 = (q31_t) ((((q63_t) acc3 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_conv_partial_fast_q31() 373 acc2 = (q31_t) ((((q63_t) acc2 << 32) + ((q63_t) x2 * c0)) >> 32); in arm_conv_partial_fast_q31() 379 x1 = x2; in arm_conv_partial_fast_q31() 380 x2 = x3; in arm_conv_partial_fast_q31()
|
| D | arm_conv_fast_q15.c | 77 …q31_t x0, x1, x2, x3, c0; /* Temporary variables to hold state and coefficien… in arm_conv_fast_q15() local 308 x2 = read_q15x2 ((q15_t *) px); in arm_conv_fast_q15() 314 acc2 = __SMLADX(x2, c0, acc2); in arm_conv_fast_q15() 323 acc0 = __SMLADX(x2, c0, acc0); in arm_conv_fast_q15() 381 x2 = read_q15x2 ((q15_t *) px + 1); in arm_conv_fast_q15() 388 acc3 = __SMLADX(x2, c0, acc3); in arm_conv_fast_q15() 400 x2 = read_q15x2 ((q15_t *) px + 1); in arm_conv_fast_q15() 406 acc3 = __SMLADX(x2, c0, acc3); in arm_conv_fast_q15() 422 acc1 = __SMLAD(x2, c0, acc1); in arm_conv_fast_q15() 423 acc2 = __SMLADX(x2, c0, acc2); in arm_conv_fast_q15()
|
| D | arm_fir_decimate_q31.c | 324 q31_t x1, x2, x3; in arm_fir_decimate_q31() local 377 x2 = *(px2++); in arm_fir_decimate_q31() 384 acc2 += (q63_t) x2 * c0; in arm_fir_decimate_q31() 393 x2 = *(px2++); in arm_fir_decimate_q31() 399 acc2 += (q63_t) x2 * c0; in arm_fir_decimate_q31() 408 x2 = *(px2++); in arm_fir_decimate_q31() 414 acc2 += (q63_t) x2 * c0; in arm_fir_decimate_q31() 423 x2 = *(px2++); in arm_fir_decimate_q31() 429 acc2 += (q63_t) x2 * c0; in arm_fir_decimate_q31() 447 x2 = *(px2++); in arm_fir_decimate_q31() [all …]
|
| D | arm_conv_partial_fast_q15.c | 72 q31_t x0, x1, x2, x3, c0; /* Temporary input variables */ in arm_conv_partial_fast_q15() local 332 x2 = read_q15x2 ((q15_t *) px); in arm_conv_partial_fast_q15() 338 acc2 = __SMLADX(x2, c0, acc2); in arm_conv_partial_fast_q15() 347 acc0 = __SMLADX(x2, c0, acc0); in arm_conv_partial_fast_q15() 404 x2 = read_q15x2 ((q15_t *) px + 1); in arm_conv_partial_fast_q15() 411 acc3 = __SMLADX(x2, c0, acc3); in arm_conv_partial_fast_q15() 423 x2 = read_q15x2 ((q15_t *) px + 1); in arm_conv_partial_fast_q15() 429 acc3 = __SMLADX(x2, c0, acc3); in arm_conv_partial_fast_q15() 444 acc1 = __SMLAD (x2, c0, acc1); in arm_conv_partial_fast_q15() 445 acc2 = __SMLADX(x2, c0, acc2); in arm_conv_partial_fast_q15()
|
| D | arm_conv_partial_q15.c | 78 …q31_t x0, x1, x2, x3, c0; /* Temporary input variables to hold state and coef… in arm_conv_partial_q15() local 338 x2 = read_q15x2 ((q15_t *) px); in arm_conv_partial_q15() 344 acc2 = __SMLALDX(x2, c0, acc2); in arm_conv_partial_q15() 353 acc0 = __SMLALDX(x2, c0, acc0); in arm_conv_partial_q15() 410 x2 = read_q15x2 ((q15_t *) px + 1); in arm_conv_partial_q15() 417 acc3 = __SMLALDX(x2, c0, acc3); in arm_conv_partial_q15() 429 x2 = read_q15x2 ((q15_t *) px + 1); in arm_conv_partial_q15() 435 acc3 = __SMLALDX(x2, c0, acc3); in arm_conv_partial_q15() 450 acc1 = __SMLALD (x2, c0, acc1); in arm_conv_partial_q15() 451 acc2 = __SMLALDX(x2, c0, acc2); in arm_conv_partial_q15()
|
| D | arm_conv_partial_q7.c | 84 …q7_t x0, x1, x2, x3, c0, c1; /* Temporary variables to hold state and coefficien… in arm_conv_partial_q7() local 301 x2 = *px++; in arm_conv_partial_q7() 335 in2 = (q15_t) x2; in arm_conv_partial_q7() 343 in1 = (q15_t) x2; in arm_conv_partial_q7() 372 in1 = (q15_t) x2; in arm_conv_partial_q7() 405 x2 = *px++; in arm_conv_partial_q7() 409 in2 = (q15_t) x2; in arm_conv_partial_q7() 435 acc2 += ((q31_t) x2 * c0); in arm_conv_partial_q7() 441 x1 = x2; in arm_conv_partial_q7() 442 x2 = x3; in arm_conv_partial_q7()
|