Home
last modified time | relevance | path

Searched refs:G_inv (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Doptical_flow.cc117 float G_inv[4]; in FindFlowAtPoint_LK() local
118 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()
/external/skia/src/core/
DSkScalerContext.cpp821 SkMatrix* GsA, SkMatrix* G_inv, SkMatrix* A_out) in computeMatrices() argument
849 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()