Home
last modified time | relevance | path

Searched refs:c2 (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_f32.c260 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 …]
Darm_fir_f16.c256 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 …]
Darm_fir_interpolate_f32.c489 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()
Darm_fir_interpolate_q15.c374 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()
Darm_fir_interpolate_q31.c371 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/
Darm_nn_mat_mult_s8.c90 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/
Dtfa9xxx_parameters.h275 #define HDR(c1, c2) (c2 << 8 | c1) // little endian argument