Home
last modified time | relevance | path

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

/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dtonecurve.c383 const float xm_br = 1.0f / d->unbounded_coeffs_ab[6]; 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()
426 out[k+2] = (b_in > xm_br) in process()
751 const float xm_br = p->tonecurve[ch_b][p->tonecurve_nodes[ch_b] - 1].x; in commit_params() local
752 const float x_br[4] = { 0.7f * xm_br, 0.8f * xm_br, 0.9f * xm_br, 1.0f * xm_br }; in commit_params()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dtonecurve.c383 const float xm_br = 1.0f / d->unbounded_coeffs_ab[6]; 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()
426 out[k+2] = (b_in > xm_br) in process()
751 const float xm_br = p->tonecurve[ch_b][p->tonecurve_nodes[ch_b] - 1].x; in commit_params() local
752 const float x_br[4] = { 0.7f * xm_br, 0.8f * xm_br, 0.9f * xm_br, 1.0f * xm_br }; in commit_params()