Searched refs:compute_func (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dresample.c237 static double compute_func(float x, struct FuncDef *func) function
264 printf ("%f\n", compute_func(i/256., KAISER12));
281 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func));
294 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func);
/external/speex/libspeex/
H A Dresample.c241 static double compute_func(float x, struct FuncDef *func) function
268 printf ("%f\n", compute_func(i/256., KAISER12));
285 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func));
298 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func);

Completed in 59 milliseconds