Home
last modified time | relevance | path

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

/external/chromium_org/third_party/qcms/src/
Dchain.c83 float WhitePointZ = 0.8249f; in qcms_transform_module_LAB_to_XYZ() local
92 float Z = f_1((y - 0.005f * device_b)) * WhitePointZ; in qcms_transform_module_LAB_to_XYZ()
106 float WhitePointZ = 0.8249f; in qcms_transform_module_XYZ_to_LAB() local
110 float device_z = *src++ * (1.0 + 32767.0/32768.0) / WhitePointZ; in qcms_transform_module_XYZ_to_LAB()