Home
last modified time | relevance | path

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

/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_transform.c1569 } dsp_arm_mfcc_instance_f32Object; typedef
1582 arm_mfcc_instance_f32_dealloc(dsp_arm_mfcc_instance_f32Object* self) in arm_mfcc_instance_f32_dealloc()
1626 dsp_arm_mfcc_instance_f32Object *self; in arm_mfcc_instance_f32_new()
1629 self = (dsp_arm_mfcc_instance_f32Object *)type->tp_alloc(type, 0); in arm_mfcc_instance_f32_new()
1699 arm_mfcc_instance_f32_init(dsp_arm_mfcc_instance_f32Object *self, PyObject *args, PyObject *kwds) in arm_mfcc_instance_f32_init()
2895 dsp_arm_mfcc_instance_f32Object *selfS = (dsp_arm_mfcc_instance_f32Object *)S; in cmsis_arm_mfcc_init_f32()
2935 dsp_arm_mfcc_instance_f32Object *selfS = (dsp_arm_mfcc_instance_f32Object *)S; in cmsis_arm_mfcc_f32()