Home | History | Annotate | Download | only in dbreg

Lines Matching defs:xb

436     double xb[3];
454 db_Multiply3x3_3x1(xb, H, x);
455 xb[0] = db_SafeDivision(xb[0],xb[2]);
456 xb[1] = db_SafeDivision(xb[1],xb[2]);
458 lut_x[j][i] = float(xb[0]);
459 lut_y[j][i] = float(xb[1]);