/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_fir_f32.c | 260 float32_t c0, c1, c2, c3; in arm_fir_f32_5_8_mve() local 280 c2 = *pCoeffs++; in arm_fir_f32_5_8_mve() 298 vecAcc0 = vfmaq(vecAcc0, vecIn0, c2); in arm_fir_f32_5_8_mve() 328 vecAcc0 = vfmaq(vecAcc0, vecIn0, c2); in arm_fir_f32_5_8_mve() 377 float32_t c0, c1, c2, c3; in arm_fir_f32() local 410 c2 = *pCoeffs++; in arm_fir_f32() 427 vecAcc0 = vfmaq(vecAcc0, vecIn0, c2); in arm_fir_f32() 457 vecAcc0 = vfmaq(vecAcc0, vecIn0, c2); in arm_fir_f32() 476 c2 = *pCoeffs++; in arm_fir_f32() 495 vecAcc0 = vfmaq(vecAcc0, vecIn0, c2); in arm_fir_f32() [all …]
|
D | arm_fir_f16.c | 256 float16_t c0, c1, c2, c3; in arm_fir_f16() local 286 c2 = *pCoeffs++; in arm_fir_f16() 303 vecAcc0 = vfmaq(vecAcc0, vecIn0, c2); in arm_fir_f16() 333 vecAcc0 = vfmaq(vecAcc0, vecIn0, c2); in arm_fir_f16() 352 c2 = *pCoeffs++; in arm_fir_f16() 372 vecAcc0 = vfmaq(vecAcc0, vecIn0, c2); in arm_fir_f16() 402 vecAcc0 = vfmaq(vecAcc0, vecIn0, c2); in arm_fir_f16() 426 c2 = *pCoeffs++; in arm_fir_f16() 445 vecAcc0 = vfmaq(vecAcc0, vecIn0, c2); in arm_fir_f16() 476 vecAcc0 = vfmaq(vecAcc0, vecIn0, c2); in arm_fir_f16() [all …]
|
D | arm_fir_interpolate_f32.c | 489 float32_t c1, c2, c3; in arm_fir_interpolate_f32() local 565 c2 = *(ptr2 + S->L * 2); in arm_fir_interpolate_f32() 570 accV0 = vmlaq_n_f32(accV0,xa,c2); in arm_fir_interpolate_f32() 571 accV1 = vmlaq_n_f32(accV1,xb,c2); in arm_fir_interpolate_f32() 847 float32_t c0, c1, c2, c3; in arm_fir_interpolate_f32() local 922 c2 = *(ptr2 + S->L * 2); in arm_fir_interpolate_f32() 928 acc0 += x2 * c2; in arm_fir_interpolate_f32() 929 acc1 += x3 * c2; in arm_fir_interpolate_f32() 930 acc2 += x0 * c2; in arm_fir_interpolate_f32() 931 acc3 += x1 * c2; in arm_fir_interpolate_f32()
|
D | arm_fir_interpolate_q15.c | 374 q15_t c0, c1, c2, c3; in arm_fir_interpolate_q15() local 449 c2 = *(ptr2 + S->L * 2); in arm_fir_interpolate_q15() 455 acc0 += (q63_t) x2 * c2; in arm_fir_interpolate_q15() 456 acc1 += (q63_t) x3 * c2; in arm_fir_interpolate_q15() 457 acc2 += (q63_t) x0 * c2; in arm_fir_interpolate_q15() 458 acc3 += (q63_t) x1 * c2; in arm_fir_interpolate_q15()
|
D | arm_fir_interpolate_q31.c | 371 q31_t c0, c1, c2, c3; in arm_fir_interpolate_q31() local 446 c2 = *(ptr2 + S->L * 2); in arm_fir_interpolate_q31() 452 acc0 += (q63_t) x2 * c2; in arm_fir_interpolate_q31() 453 acc1 += (q63_t) x3 * c2; in arm_fir_interpolate_q31() 454 acc2 += (q63_t) x0 * c2; in arm_fir_interpolate_q31() 455 acc3 += (q63_t) x1 * c2; in arm_fir_interpolate_q31()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/ |
D | arm_nn_mat_mult_s8.c | 90 int16x8_t c2 = vldrbq_z_s16(ip_c2, p); in arm_nn_mat_mult_s8() local 92 c2 = vaddq_m_s16(vuninitializedq_s16(), c2, offset, p); in arm_nn_mat_mult_s8() 100 acc_2 = vmladavaq_p_s16(acc_2, r0, c2, p); in arm_nn_mat_mult_s8()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
D | tfa9xxx_parameters.h | 275 #define HDR(c1, c2) (c2 << 8 | c1) // little endian argument
|