Home
last modified time | relevance | path

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

/external/chromium_org/third_party/qcms/src/
Dchain.c149 float z_d = linear_b * (transform->grid_size-1) - z; in qcms_transform_module_clut_only() local
157 float clut_r = lerp(r_y1, r_y2, z_d); in qcms_transform_module_clut_only()
165 float clut_g = lerp(g_y1, g_y2, z_d); in qcms_transform_module_clut_only()
173 float clut_b = lerp(b_y1, b_y2, z_d); in qcms_transform_module_clut_only()
209 float z_d = linear_b * (transform->grid_size-1) - z; in qcms_transform_module_clut() local
217 float clut_r = lerp(r_y1, r_y2, z_d); in qcms_transform_module_clut()
225 float clut_g = lerp(g_y1, g_y2, z_d); in qcms_transform_module_clut()
233 float clut_b = lerp(b_y1, b_y2, z_d); in qcms_transform_module_clut()
/external/chromium_org/third_party/qcms/
Dgoogle.patch787 float clut_b = lerp(b_y1, b_y2, z_d);