Searched defs:sinc (Results 1 - 1 of 1) sorted by relevance

/external/speex/libspeex/
H A Dresample.c275 /* The slow way of computing a sinc for the table. Should improve that some day */
276 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func) function
288 /* The slow way of computing a sinc for the table. Should improve that some day */
289 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func) function
306 but I know it's MMSE-optimal on a sinc */
322 but I know it's MMSE-optimal on a sinc */
348 const spx_word16_t *sinc = & sinc_table[samp_frac_num*N]; local
355 accum[0] += sinc[j]*iptr[j];
356 accum[1] += sinc[j+1]*iptr[j+1];
357 accum[2] += sinc[
400 const spx_word16_t *sinc = & sinc_table[samp_frac_num*N]; local
[all...]

Completed in 100 milliseconds