Searched defs:sinc (Results 1 – 6 of 6) sorted by relevance
66 double sinc = !s ? 1.0 : sin(s) / s; in initializeKernel() local
71 double sinc = !s ? 1.0 : sin(s) / s; in initializeKernel() local
117 double sinc = !s ? 1.0 : sin(s) / s; in initializeKernel() local
276 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func) in sinc() function289 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func) in sinc() function348 const spx_word16_t *sinc = & sinc_table[samp_frac_num*N]; in resampler_basic_direct_single() local400 const spx_word16_t *sinc = & sinc_table[samp_frac_num*N]; in resampler_basic_direct_double() local
71 sinc (double x) in sinc() function
653 static double sinc(double x) { in sinc() function