Searched refs:arm_weighted_average_f16 (Results 1 – 5 of 5) sorted by relevance
69 ARM_DSP_ATTRIBUTE float16_t arm_weighted_average_f16(const float16_t *in,const float16_t *weigths, … in arm_weighted_average_f16() function116 ARM_DSP_ATTRIBUTE float16_t arm_weighted_average_f16(const float16_t *in, const float16_t *weigths,… in arm_weighted_average_f16() function
62 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_weighted_average_f16.c)
122 float16_t arm_weighted_average_f16(const float16_t *in
28 arm_weighted_average_f16(this->pSrc, this->pWeights,this->nbSamples); in test_weighted_average_f16()
31 *outp=arm_weighted_average_f16(inp, coefsp,this->nbSamples); in test_weighted_average_f16()