Searched defs:inner_product_single (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | resample_neon.h | 79 static inline int32_t inner_product_single(const int16_t *a, const int16_t *b, unsigned int len) in inner_product_single() function 134 static inline int32_t inner_product_single(const int16_t *a, const int16_t *b, unsigned int len) in inner_product_single() function 224 static inline float inner_product_single(const float *a, const float *b, unsigned int len) in inner_product_single() function 279 static inline float inner_product_single(const float *a, const float *b, unsigned int len) in inner_product_single() function
|
H A D | resample_sse.h | 40 static inline float inner_product_single(const float *a, const float *b, unsigned int len) in inner_product_single() function
|
Completed in 1 milliseconds