Searched refs:cx_fx (Results 1 – 2 of 2) sorted by relevance
12 cx_fx = cx / fx; in init_inverse_parameters()103 mu0 = inv_fx * mu0 - cx_fx; in solve()108 mu1 = inv_fx * mu1 - cx_fx; in solve()113 mu2 = inv_fx * mu2 - cx_fx; in solve()
58 double inv_fx, inv_fy, cx_fx, cy_fy; variable