Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dutils.c324 static double getSplineCoeff(double a, double b, double c, double d, in getSplineCoeff() function
330 return getSplineCoeff(0.0, in getSplineCoeff()
536 coeff = getSplineCoeff(1.0, 0.0, p, -p - 1.0, floatd) * fone; in initFilter()