Home | History | Annotate | Download | only in libspeex

Lines Matching defs:xx

279    float xx = x * cutoff;
285 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func));
292 float xx = x * cutoff;
298 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func);