Searched refs:x_d (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/qcms/src/ |
D | chain.c | 147 float x_d = linear_r * (transform->grid_size-1) - x; in qcms_transform_module_clut_only() local 151 float r_x1 = lerp(CLU(r_table,x,y,z), CLU(r_table,x_n,y,z), x_d); in qcms_transform_module_clut_only() 152 float r_x2 = lerp(CLU(r_table,x,y_n,z), CLU(r_table,x_n,y_n,z), x_d); in qcms_transform_module_clut_only() 154 float r_x3 = lerp(CLU(r_table,x,y,z_n), CLU(r_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only() 155 float r_x4 = lerp(CLU(r_table,x,y_n,z_n), CLU(r_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only() 159 float g_x1 = lerp(CLU(g_table,x,y,z), CLU(g_table,x_n,y,z), x_d); in qcms_transform_module_clut_only() 160 float g_x2 = lerp(CLU(g_table,x,y_n,z), CLU(g_table,x_n,y_n,z), x_d); in qcms_transform_module_clut_only() 162 float g_x3 = lerp(CLU(g_table,x,y,z_n), CLU(g_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only() 163 float g_x4 = lerp(CLU(g_table,x,y_n,z_n), CLU(g_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only() 167 float b_x1 = lerp(CLU(b_table,x,y,z), CLU(b_table,x_n,y,z), x_d); in qcms_transform_module_clut_only() [all …]
|