HomeSort by relevance Sort by last modified time
    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 69 milliseconds