Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc140 const int top_fixed = RealToFixed1616(top_real); in FindFlowAtPoint_LK() local
143 const int fp_y = Clip(top_fixed + (win_y << 16), 0, fixed_y_max); in FindFlowAtPoint_LK()
257 int top_fixed = RealToFixed1616(p_y + g_y - wsize_float); in FindFlowAtPoint_ESM() local
261 int top_trunc = top_fixed >> 16; in FindFlowAtPoint_ESM()
291 if (!img_J.ExtractPatchAtSubpixelFixed1616(left_fixed, top_fixed, in FindFlowAtPoint_ESM()
305 const int fp_y = top_fixed + (y << 16); in FindFlowAtPoint_ESM()
359 top_fixed = RealToFixed1616(p_y + g_y - wsize_float); in FindFlowAtPoint_ESM()
362 top_trunc = top_fixed >> 16; in FindFlowAtPoint_ESM()