Lines Matching refs:gKm
64 double gKm[9]; variable
326 db_Multiply3x3_3x3(Htemp1, H, gKm); in UpdateWarpTransformation()
350 db_Multiply3x3_3x3(Htemp1, H, gKm); in UpdateWarpTransformation()
405 gKm[0] = wm / 2.0 - 0.5; in AllocateTextureMemory()
406 gKm[1] = 0.0; in AllocateTextureMemory()
407 gKm[2] = wm / 2.0 - 0.5; in AllocateTextureMemory()
408 gKm[3] = 0.0; in AllocateTextureMemory()
409 gKm[4] = hm / 2.0 - 0.5; in AllocateTextureMemory()
410 gKm[5] = hm / 2.0 - 0.5; in AllocateTextureMemory()
411 gKm[6] = 0.0; in AllocateTextureMemory()
412 gKm[7] = 0.0; in AllocateTextureMemory()
413 gKm[8] = 1.0; in AllocateTextureMemory()
429 db_InvertCalibrationMatrix(gKminv, gKm); in AllocateTextureMemory()