Searched refs:bessel (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dkbdwin.c29 double sum = 0.0, bessel, tmp; local
37 bessel = 1.0;
39 bessel = bessel * tmp / (j * j) + 1;
40 sum += bessel;
H A Dresample2.c78 * 0th order modified bessel function of the first kind.
80 static double bessel(double x){ function
134 y *= bessel(type*sqrt(FFMAX(1-w*w, 0)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dkbdwin.c29 double sum = 0.0, bessel, tmp; local
37 bessel = 1.0;
39 bessel = bessel * tmp / (j * j) + 1;
40 sum += bessel;
H A Dresample2.c75 * 0th order modified bessel function of the first kind.
77 static double bessel(double x){ function
131 y *= bessel(type*sqrt(FFMAX(1-w*w, 0)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Dresample.c49 /* 0th order modified bessel function of the first kind. */
50 static double bessel(double x) function
102 y *= bessel(c->kaiser_beta * sqrt(FFMAX(1 - w * w, 0)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dresample.c32 * 0th order modified bessel function of the first kind.
34 static double bessel(double x){ function
103 y *= bessel(kaiser_beta*sqrt(FFMAX(1-w*w, 0)));

Completed in 370 milliseconds