Searched refs:kTrackingAbortThreshold (Results 1 – 2 of 2) sorted by relevance
141 static const float kTrackingAbortThreshold = 0.03f; variable
203 if (Square(n_x) + Square(n_y) < Square(kTrackingAbortThreshold)) { in FindFlowAtPoint_LK()