Searched defs:coefs (Results 1 – 19 of 19) sorted by relevance
15 Client::Pattern<float16_t> coefs; variable
15 Client::Pattern<float32_t> coefs; variable
16 Client::Pattern<float64_t> coefs; variable
16 Client::Pattern<float32_t> coefs; variable
16 Client::Pattern<q15_t> coefs; variable
16 Client::Pattern<q31_t> coefs; variable
20 Client::Pattern<float16_t> coefs; variable
15 Client::Pattern<float64_t> coefs; variable
89 const float16_t *coefs=S->filterCoefs; in arm_mfcc_f16() local
79 const float32_t *coefs=S->filterCoefs; in arm_mfcc_f32() local
64 coefs=np.reshape(np.hstack((sos[:,:3],-sos[:,4:])),15) variable65 coefs = coefs / 4.0 variable
347 coefs=[1.,2,3,4,5] variable
565 PVector<T,TAPS> coefs; in test() local