Home
last modified time | relevance | path

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

/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dipwavelet.cc3047 float aaalS = (1.f - alpha) / (cp.b_lsl - cp.t_lsl); in ContAllL() local
3048 float bbalS = 1.f - aaalS * cp.b_lsl; in ContAllL()
3068 kLlev = aaalS * LL100 + bbalS; in ContAllL()
3295 float aaalS = (1.f - beta) / (cp.b_lpast - cp.t_lpast); in ContAllAB() local
3296 float bbalS = 1.f - aaalS * cp.b_lpast; in ContAllAB()
3297 kClev = aaalS * modchro + bbalS; in ContAllAB()