Searched refs:G_inv (Results 1 – 2 of 2) sorted by relevance
117 float G_inv[4]; in FindFlowAtPoint_LK() local118 if (!Invert2x2(G, G_inv)) { in FindFlowAtPoint_LK()192 const float n_x = (G_inv[0] * b_x) + (G_inv[1] * b_y); in FindFlowAtPoint_LK()193 const float n_y = (G_inv[2] * b_x) + (G_inv[3] * b_y); in FindFlowAtPoint_LK()
821 SkMatrix* GsA, SkMatrix* G_inv, SkMatrix* A_out) in computeMatrices() argument849 if (G_inv) { in computeMatrices()850 G_inv->setAll( in computeMatrices()857 if (G_inv) { in computeMatrices()858 G_inv->reset(); in computeMatrices()877 if (G_inv) { in computeMatrices()878 G_inv->reset(); in computeMatrices()