Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dresample.c241 static double compute_func(float x, struct FuncDef *func) in compute_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)); in sinc()
298 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); in sinc()