Searched refs:poly_eval (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_pseudocolor.c | 565 static double poly_eval(const double *const poly, double x, curve_fun fun) in poly_eval() function 690 g = poly_eval(curve.coef[1], lf + curve.offset[1], curve.fun[1]) * s->max; in config_input() 691 b = poly_eval(curve.coef[2], lf + curve.offset[2], curve.fun[2]) * s->max; in config_input() 692 r = poly_eval(curve.coef[0], lf + curve.offset[0], curve.fun[0]) * s->max; in config_input()
|
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 41 static float poly_eval(float A, float B, float C, float t) { in poly_eval() function 45 static float poly_eval(float A, float B, float C, float D, float t) { in poly_eval() function 2632 return poly_eval(A, B, C, D, t); in eval_cubic_pts() 2718 return poly_eval(A, B, C, t); in conic_eval_numerator() 2726 return poly_eval(A, B, C, t); in conic_eval_denominator() 2849 xt = poly_eval(A, B, C, t); in winding_mono_quad() 2988 SkScalar xt = poly_eval(A, B, C, t); in tangent_quad()
|
Completed in 9 milliseconds