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

/external/speex/libspeex/
H A Dresample_neon.h55 static inline int32_t inner_product_single(const int16_t *a, const int16_t *b, unsigned int len) function
128 static inline float inner_product_single(const float *a, const float *b, unsigned int len) function
H A Dresample_sse.h40 static inline float inner_product_single(const float *a, const float *b, unsigned int len) function
H A Dresample.c363 sum = inner_product_single(sinc, iptr, N);

Completed in 92 milliseconds