Home
last modified time | relevance | path

Searched refs:weights (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/SupportFunctions/
Darm_barycenter_f32.c54 const float32_t *weights, in arm_barycenter_f32() argument
70 pW = weights; in arm_barycenter_f32()
199 void arm_barycenter_f32(const float32_t *in, const float32_t *weights, float32_t *out, uint32_t nbV… in arm_barycenter_f32() argument
214 pW = weights; in arm_barycenter_f32()
352 void arm_barycenter_f32(const float32_t *in, const float32_t *weights, float32_t *out, uint32_t nbV… in arm_barycenter_f32() argument
365 pW = weights; in arm_barycenter_f32()
Darm_barycenter_f16.c68 const float16_t *weights, in arm_barycenter_f16() argument
84 pW = weights; in arm_barycenter_f16()
210 void arm_barycenter_f16(const float16_t *in, const float16_t *weights, float16_t *out, uint32_t nbV… in arm_barycenter_f16() argument
223 pW = weights; in arm_barycenter_f16()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/
Darm_dct4_f32.c132 const float32_t *weights = S->pTwiddle; /* Pointer to the Weights table */ in arm_dct4_f32() local
240 arm_cmplx_mult_cmplx_f32 (pState, weights, pState, S->N); in arm_dct4_f32()
385 arm_cmplx_mult_cmplx_f32 (pState, weights, pState, S->N); in arm_dct4_f32()
Darm_dct4_q15.c56 const q15_t *weights = S->pTwiddle; /* Pointer to the Weights table */ in arm_dct4_q15() local
164 arm_cmplx_mult_cmplx_q15 (pState, weights, pState, S->N); in arm_dct4_q15()
313 arm_cmplx_mult_cmplx_q15 (pState, weights, pState, S->N); in arm_dct4_q15()
Darm_dct4_q31.c59 const q31_t *weights = S->pTwiddle; /* Pointer to the Weights table */ in arm_dct4_q31() local
167 arm_cmplx_mult_cmplx_q31 (pState, weights, pState, S->N); in arm_dct4_q31()
316 arm_cmplx_mult_cmplx_q31 (pState, weights, pState, S->N); in arm_dct4_q31()
/hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/
Dfsl_powerquad_cmsis.c389 const q31_t *weights; /* Pointer to the Weights table */ in arm_dct4_q31() local
453 weights = S->pTwiddle; in arm_dct4_q31()
465 … PQ_MatrixScale(POWERQUAD, length, 1.0f / 16777216.0f, weights, (void *)(uint32_t *)0xE0000000U); in arm_dct4_q31()
466 weights = &weights[lenPerMatLoop * 2U]; in arm_dct4_q31()
610 const q15_t *weights; /* Pointer to the Weights table */ in arm_dct4_q15() local
678 weights = S->pTwiddle; in arm_dct4_q15()
690 … PQ_MatrixScale(POWERQUAD, length, 1.0f / 16777216.0f, weights, (void *)(uint32_t *)0xE0000000U); in arm_dct4_q15()
691 weights = &weights[lenPerMatLoop * 2U]; in arm_dct4_q15()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/
Dsupport_functions_f16.h119 , const float16_t *weights
Dsupport_functions.h416 , const float32_t *weights