Home
last modified time | relevance | path

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

/external/chromium_org/third_party/qcms/src/
Dchain.c81 float WhitePointX = 0.9642f; in qcms_transform_module_LAB_to_XYZ() local
90 float X = f_1((y + 0.002f * device_a)) * WhitePointX; in qcms_transform_module_LAB_to_XYZ()
104 float WhitePointX = 0.9642f; in qcms_transform_module_XYZ_to_LAB() local
108 float device_x = *src++ * (1.0 + 32767.0/32768.0) / WhitePointX; in qcms_transform_module_XYZ_to_LAB()