Home
last modified time | relevance | path

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

/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Diccmatrices.h62 const double sRGB_xyz[3][3] = {{3.1338561, -1.6168667, -0.4906146}, variable
H A Dcolor.cc805 r = ((sRGB_xyz[0][0] * x + sRGB_xyz[0][1] * y + sRGB_xyz[0][2] * z)) ; in xyz2srgb()
806 g = ((sRGB_xyz[1][0] * x + sRGB_xyz[1][1] * y + sRGB_xyz[1][2] * z)) ; in xyz2srgb()
807 b = ((sRGB_xyz[2][0] * x + sRGB_xyz[2][1] * y + sRGB_xyz[2][2] * z)) ; in xyz2srgb()
H A Ddcp.cc47 static const double sRGB_xyz[3][3] = {{3.1338561, -1.6168667, -0.4906146}, variable
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Diccmatrices.h106 constexpr double sRGB_xyz[3][3] = { variable
H A Diplab2rgb.cc139 copyAndClamp(lab, image->data, sRGB_xyz, multiThread); in lab2monitorRgb()
H A Dcolor.cc918 r = ((sRGB_xyz[0][0] * x + sRGB_xyz[0][1] * y + sRGB_xyz[0][2] * z)) ; in xyz2srgb()
919 g = ((sRGB_xyz[1][0] * x + sRGB_xyz[1][1] * y + sRGB_xyz[1][2] * z)) ; in xyz2srgb()
920 b = ((sRGB_xyz[2][0] * x + sRGB_xyz[2][1] * y + sRGB_xyz[2][2] * z)) ; in xyz2srgb()
H A Diccstore.cc200 const double(*iwprofiles[])[3] = {sRGB_xyz, adobe_xyz, prophoto_xyz, widegamut_xyz, bruce_xyz, beta…
/dports/graphics/art/ART-1.9.3/rtengine/
H A Diccmatrices.h107 constexpr double sRGB_xyz[3][3] = { variable
H A Diprgb2out.cc142 copyAndClamp(img, image->data, sRGB_xyz, multiThread); in rgb2monitor()
H A Dcolor.cc933 r = ((sRGB_xyz[0][0] * x + sRGB_xyz[0][1] * y + sRGB_xyz[0][2] * z)) ; in xyz2srgb()
934 g = ((sRGB_xyz[1][0] * x + sRGB_xyz[1][1] * y + sRGB_xyz[1][2] * z)) ; in xyz2srgb()
935 b = ((sRGB_xyz[2][0] * x + sRGB_xyz[2][1] * y + sRGB_xyz[2][2] * z)) ; in xyz2srgb()
H A Diccstore.cc205 const double(*iwprofiles[])[3] = {sRGB_xyz, adobe_xyz, prophoto_xyz, widegamut_xyz, bruce_xyz, beta…