Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc134 const float top_real = p_y + g_y - kWindowSizeFloat; in FindFlowAtPoint_LK() local
140 const int top_fixed = RealToFixed1616(top_real); in FindFlowAtPoint_LK()
151 const float y_pos = Clip(top_real + win_y, 0.0f, real_y_max); in FindFlowAtPoint_LK()