Home | History | Annotate | Download | only in jni

Lines Matching refs:gK

58 // gK is the transformation to map the canonical {-1,1} vertex coordinate system
62 double gK[9];
415 gK[0] = w / 2.0 - 0.5;
416 gK[1] = 0.0;
417 gK[2] = w / 2.0 - 0.5;
418 gK[3] = 0.0;
419 gK[4] = h / 2.0 - 0.5;
420 gK[5] = h / 2.0 - 0.5;
421 gK[6] = 0.0;
422 gK[7] = 0.0;
423 gK[8] = 1.0;
426 db_InvertCalibrationMatrix(gKinv, gK);
442 db_Multiply3x3_3x3(Ttemp, T, gK);