Home
last modified time | relevance | path

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

/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dtonecurve.c382 const float xm_al = 1.0f - 1.0f / d->unbounded_coeffs_ab[3]; in process() local
396 …dt_omp_firstprivate(npixels, autoscale_ab, low_approximation, xm_al, xm_ar, xm_bl, xm_br, xm_L, un… in process()
424 : ((a_in < xm_al) ? dt_iop_eval_exp(d->unbounded_coeffs_ab + 3, 1.0f - a_in) in process()
742 const float xm_al = 1.0f - p->tonecurve[ch_a][0].x; in commit_params() local
743 const float x_al[4] = { 0.7f * xm_al, 0.8f * xm_al, 0.9f * xm_al, 1.0f * xm_al }; in commit_params()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dtonecurve.c382 const float xm_al = 1.0f - 1.0f / d->unbounded_coeffs_ab[3]; in process() local
396 …dt_omp_firstprivate(npixels, autoscale_ab, low_approximation, xm_al, xm_ar, xm_bl, xm_br, xm_L, un… in process()
424 : ((a_in < xm_al) ? dt_iop_eval_exp(d->unbounded_coeffs_ab + 3, 1.0f - a_in) in process()
742 const float xm_al = 1.0f - p->tonecurve[ch_a][0].x; in commit_params() local
743 const float x_al[4] = { 0.7f * xm_al, 0.8f * xm_al, 0.9f * xm_al, 1.0f * xm_al }; in commit_params()