Home
last modified time | relevance | path

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

/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dtonecurve.c381 const float xm_ar = 1.0f / d->unbounded_coeffs_ab[0]; in process()
382 const float xm_al = 1.0f - 1.0f / d->unbounded_coeffs_ab[3]; in process()
383 const float xm_br = 1.0f / d->unbounded_coeffs_ab[6]; in process()
384 const float xm_bl = 1.0f - 1.0f / d->unbounded_coeffs_ab[9]; in process()
423 ? dt_iop_eval_exp(d->unbounded_coeffs_ab, a_in) in process()
424 : ((a_in < xm_al) ? dt_iop_eval_exp(d->unbounded_coeffs_ab + 3, 1.0f - a_in) in process()
427 ? dt_iop_eval_exp(d->unbounded_coeffs_ab + 6, b_in) in process()
739 dt_iop_estimate_exp(x_ar, y_ar, 4, d->unbounded_coeffs_ab); in commit_params()
748 dt_iop_estimate_exp(x_al, y_al, 4, d->unbounded_coeffs_ab + 3); in commit_params()
757 dt_iop_estimate_exp(x_br, y_br, 4, d->unbounded_coeffs_ab + 6); in commit_params()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dtonecurve.c381 const float xm_ar = 1.0f / d->unbounded_coeffs_ab[0]; in process()
382 const float xm_al = 1.0f - 1.0f / d->unbounded_coeffs_ab[3]; in process()
383 const float xm_br = 1.0f / d->unbounded_coeffs_ab[6]; in process()
384 const float xm_bl = 1.0f - 1.0f / d->unbounded_coeffs_ab[9]; in process()
423 ? dt_iop_eval_exp(d->unbounded_coeffs_ab, a_in) in process()
424 : ((a_in < xm_al) ? dt_iop_eval_exp(d->unbounded_coeffs_ab + 3, 1.0f - a_in) in process()
427 ? dt_iop_eval_exp(d->unbounded_coeffs_ab + 6, b_in) in process()
739 dt_iop_estimate_exp(x_ar, y_ar, 4, d->unbounded_coeffs_ab); in commit_params()
748 dt_iop_estimate_exp(x_al, y_al, 4, d->unbounded_coeffs_ab + 3); in commit_params()
757 dt_iop_estimate_exp(x_br, y_br, 4, d->unbounded_coeffs_ab + 6); in commit_params()
[all …]