Home
last modified time | relevance | path

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

/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dipwavelet.cc78 float b_lhl, t_lhl, b_rhl, t_rhl; member
458 cp.b_rhl = static_cast<float>(params->wavelet.hllev.getBottomRight()); in ip_wavelet()
3044 float aaar = (alpha - 1.f) / (cp.t_rhl - cp.b_rhl) * kH[level]; in ContAllL()
3045 float bbbr = 1.f - cp.b_rhl * aaar * kH[level]; in ContAllL()
3057 } else if((LL100 > cp.t_rhl * kH[level] && LL100 <= cp.b_rhl * kH[level])) { in ContAllL()