Home
last modified time | relevance | path

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

/dports/graphics/gegl/gegl-0.4.34/operations/common-gpl3+/
H A Dshadows-highlights-correction.c150 gfloat highlights_xform;
152 highlights_xform = fminf(1.0f - tb0 / (1.0f - compress), 1.0f);
173 optrans = chunk * highlights_xform;
/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dshadows_highlights.hh202 float highlights_xform = CLAMP_RANGE(1.0f - tb[0] / (1.0f - compress), 0.0f, 1.0f); in render() local
214 float optrans = chunk * highlights_xform; in render()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dshadhi.c394 const float highlights_xform = CLAMP(1.0f - tb[0] / (1.0f - compress), 0.0f, 1.0f); in process() local
406 const float optrans = chunk * highlights_xform; in process()
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dshadhi.c394 const float highlights_xform = CLAMP(1.0f - tb[0] / (1.0f - compress), 0.0f, 1.0f); in process() local
406 const float optrans = chunk * highlights_xform; in process()