Lines Matching refs:S
91 arm_mfcc_instance_f32 * S, in arm_mfcc_init_f32() argument
104 S->fftLen=fftLen; in arm_mfcc_init_f32()
105 S->nbMelFilters=nbMelFilters; in arm_mfcc_init_f32()
106 S->nbDctOutputs=nbDctOutputs; in arm_mfcc_init_f32()
107 S->dctCoefs=dctCoefs; in arm_mfcc_init_f32()
108 S->filterPos=filterPos; in arm_mfcc_init_f32()
109 S->filterLengths=filterLengths; in arm_mfcc_init_f32()
110 S->filterCoefs=filterCoefs; in arm_mfcc_init_f32()
111 S->windowCoefs=windowCoefs; in arm_mfcc_init_f32()
114 status=arm_cfft_init_f32(&(S->cfft),fftLen); in arm_mfcc_init_f32()
116 status=arm_rfft_fast_init_f32(&(S->rfft),fftLen); in arm_mfcc_init_f32()
125 arm_mfcc_instance_f32 * S, \
137 S->fftLen=LEN; \
138 S->nbMelFilters=nbMelFilters; \
139 S->nbDctOutputs=nbDctOutputs; \
140 S->dctCoefs=dctCoefs; \
141 S->filterPos=filterPos; \
142 S->filterLengths=filterLengths; \
143 S->filterCoefs=filterCoefs; \
144 S->windowCoefs=windowCoefs; \
146 status=arm_cfft_init_##LEN##_f32(&(S->cfft));\
153 arm_mfcc_instance_f32 * S, \
165 S->fftLen=LEN; \
166 S->nbMelFilters=nbMelFilters; \
167 S->nbDctOutputs=nbDctOutputs; \
168 S->dctCoefs=dctCoefs; \
169 S->filterPos=filterPos; \
170 S->filterLengths=filterLengths; \
171 S->filterCoefs=filterCoefs; \
172 S->windowCoefs=windowCoefs; \
174 status=arm_rfft_fast_init_##LEN##_f32(&(S->rfft));\