Home
last modified time | relevance | path

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

/external/speex/libspeexdsp/
Dresample_neon.h68 static inline int32_t inner_product_single(const int16_t *a, const int16_t *b, unsigned int len) in inner_product_single() function
142 static inline float inner_product_single(const float *a, const float *b, unsigned int len) in inner_product_single() function
Dresample_sse.h40 static inline float inner_product_single(const float *a, const float *b, unsigned int len) in inner_product_single() function
Dresample.c370 sum = inner_product_single(sinct, iptr, N); in resampler_basic_direct_single()