Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_mfcc_q31.c90 uint32_t coefsPos; in arm_mfcc_q31() local
149 coefsPos = 0; in arm_mfcc_q31()
153 &(S->filterCoefs[coefsPos]), in arm_mfcc_q31()
158 coefsPos += S->filterLengths[i]; in arm_mfcc_q31()
Darm_mfcc_q15.c89 uint32_t coefsPos; in arm_mfcc_q15() local
147 coefsPos = 0; in arm_mfcc_q15()
151 &(S->filterCoefs[coefsPos]), in arm_mfcc_q15()
155 coefsPos += S->filterLengths[i]; in arm_mfcc_q15()