Searched refs:weights (Results 1 – 8 of 8) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/SupportFunctions/ |
| D | arm_barycenter_f32.c | 54 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()
|
| D | arm_barycenter_f16.c | 68 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/ |
| D | arm_dct4_f32.c | 132 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()
|
| D | arm_dct4_q15.c | 56 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()
|
| D | arm_dct4_q31.c | 59 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/ |
| D | fsl_powerquad_cmsis.c | 389 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/ |
| D | support_functions_f16.h | 119 , const float16_t *weights
|
| D | support_functions.h | 416 , const float32_t *weights
|