Searched refs:windowCoefs (Results 1 – 11 of 11) sorted by relevance
/cmsis-dsp-3.7.0-3.6.0/Source/TransformFunctions/ |
D | arm_mfcc_init_f16.c | 99 const float16_t *windowCoefs in arm_mfcc_init_f16() argument 111 S->windowCoefs=windowCoefs; in arm_mfcc_init_f16() 132 const float16_t *windowCoefs \ 144 S->windowCoefs=windowCoefs; \ 160 const float16_t *windowCoefs \ 172 S->windowCoefs=windowCoefs; \
|
D | arm_mfcc_init_f32.c | 99 const float32_t *windowCoefs in arm_mfcc_init_f32() argument 111 S->windowCoefs=windowCoefs; in arm_mfcc_init_f32() 132 const float32_t *windowCoefs \ 144 S->windowCoefs=windowCoefs; \ 160 const float32_t *windowCoefs \ 172 S->windowCoefs=windowCoefs; \
|
D | arm_mfcc_init_q15.c | 98 const q15_t *windowCoefs in arm_mfcc_init_q15() argument 110 S->windowCoefs=windowCoefs; in arm_mfcc_init_q15() 131 const q15_t *windowCoefs \ 143 S->windowCoefs=windowCoefs; \ 159 const q15_t *windowCoefs \ 171 S->windowCoefs=windowCoefs; \
|
D | arm_mfcc_init_q31.c | 100 const q31_t *windowCoefs in arm_mfcc_init_q31() argument 112 S->windowCoefs=windowCoefs; in arm_mfcc_init_q31() 133 const q31_t *windowCoefs \ 145 S->windowCoefs=windowCoefs; \ 161 const q31_t *windowCoefs \ 173 S->windowCoefs=windowCoefs; \
|
D | arm_mfcc_f32.c | 91 arm_mult_f32(pSrc,S->windowCoefs,pSrc,S->fftLen); in arm_mfcc_f32()
|
D | arm_mfcc_f16.c | 101 arm_mult_f16(pSrc,S->windowCoefs,pSrc,S->fftLen); in arm_mfcc_f16()
|
D | arm_mfcc_q31.c | 113 arm_mult_q31(pSrc,S->windowCoefs, pSrc, S->fftLen); in arm_mfcc_q31()
|
D | arm_mfcc_q15.c | 112 arm_mult_q15(pSrc,S->windowCoefs, pSrc, S->fftLen); in arm_mfcc_q15()
|
/cmsis-dsp-3.7.0-3.6.0/Include/dsp/ |
D | transform_functions.h | 740 const float32_t *windowCoefs; /**< Windowing coefficients */ member 763 const float32_t *windowCoefs 774 const float32_t *windowCoefs 785 const float32_t *windowCoefs 796 const float32_t *windowCoefs 807 const float32_t *windowCoefs 818 const float32_t *windowCoefs 829 const float32_t *windowCoefs 840 const float32_t *windowCoefs 852 const float32_t *windowCoefs [all …]
|
D | transform_functions_f16.h | 178 const float16_t *windowCoefs; /**< Windowing coefficients */ member 201 const float16_t *windowCoefs 212 const float16_t *windowCoefs 223 const float16_t *windowCoefs 234 const float16_t *windowCoefs 245 const float16_t *windowCoefs 256 const float16_t *windowCoefs 267 const float16_t *windowCoefs 278 const float16_t *windowCoefs 290 const float16_t *windowCoefs
|
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_transform.c | 1638 self->instance->windowCoefs = NULL; in arm_mfcc_instance_f32_new() 1663 self->instance->windowCoefs = NULL; in arm_mfcc_instance_q31_new() 1688 self->instance->windowCoefs = NULL; in arm_mfcc_instance_q15_new()
|