Lines Matching refs:z_n

148 		int z_n = ceilf(linear_b * (transform->grid_size-1));  in qcms_transform_module_clut_only()  local
156 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()
157 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()
164 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()
165 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()
172 float b_x3 = lerp(CLU(b_table,x,y,z_n), CLU(b_table,x_n,y,z_n), x_d); in qcms_transform_module_clut_only()
173 float b_x4 = lerp(CLU(b_table,x,y_n,z_n), CLU(b_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut_only()
210 int z_n = ceilf(linear_b * (transform->grid_size-1)); in qcms_transform_module_clut() local
218 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()
219 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()
226 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()
227 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()
234 float b_x3 = lerp(CLU(b_table,x,y,z_n), CLU(b_table,x_n,y,z_n), x_d); in qcms_transform_module_clut()
235 float b_x4 = lerp(CLU(b_table,x,y_n,z_n), CLU(b_table,x_n,y_n,z_n), x_d); in qcms_transform_module_clut()