OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inner_product_single
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
resample_neon.h
55
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
resample_sse.h
40
static inline float
inner_product_single
(const float *a, const float *b, unsigned int len)
function
resample.c
363
sum =
inner_product_single
(sinc, iptr, N);
[
all
...]
Completed in 359 milliseconds