Home | History | Annotate | Download | only in libspeex

Lines Matching refs:xx

275    float xx = x * cutoff;
281 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func));
288 float xx = x * cutoff;
294 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func);