Searched refs:weights (Results 1 – 7 of 7) sorted by relevance
/cmsis-3.4.0/CMSIS/DSP/Source/SupportFunctions/ |
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()
|
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()
|
/cmsis-3.4.0/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()
|
/cmsis-3.4.0/CMSIS/DSP/Include/dsp/ |
D | support_functions_f16.h | 119 , const float16_t *weights
|
D | support_functions.h | 416 , const float32_t *weights
|