OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interpolate_product_single
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
resample_sse.h
57
static inline float
interpolate_product_single
(const float *a, const float *b, unsigned int len, const spx_uint32_t oversample, float *frac) {
function
resample.c
475
sum =
interpolate_product_single
(iptr, st->sinc_table + st->oversample + 4 - offset - 2, N, st->oversample, interp);
[
all
...]
Completed in 33 milliseconds