Home
last modified time | relevance | path

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

/dports/graphics/darktable/darktable-3.6.1/src/develop/
H A Dimageop_math.h107 void dt_iop_estimate_cubic(const float *const x, const float *const y, float *a);
H A Dimageop_math.c989 void dt_iop_estimate_cubic(const float *const x, const float *const y, float *a) in dt_iop_estimate_cubic() function
/dports/graphics/darktable38/darktable-3.8.0/src/develop/
H A Dimageop_math.h107 void dt_iop_estimate_cubic(const float x[4], const float y[4], float a[4]);
H A Dimageop_math.c989 void dt_iop_estimate_cubic(const float x[4], const float y[4], float a[4]) in dt_iop_estimate_cubic() function