Home
last modified time | relevance | path

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

/cmsis-3.4.0/CMSIS/DSP/Source/SupportFunctions/
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()
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()
/cmsis-3.4.0/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()
/cmsis-3.4.0/CMSIS/DSP/Include/dsp/
Dsupport_functions_f16.h119 , const float16_t *weights
Dsupport_functions.h416 , const float32_t *weights