Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc70 const int fixed_y_max = RealToFixed1616(img_I.height_less_one_) - 1; in FindFlowAtPoint_LK() local
88 const int fp_y = Clip(src_top_fixed + (y << 16), 0, fixed_y_max); in FindFlowAtPoint_LK()
143 const int fp_y = Clip(top_fixed + (win_y << 16), 0, fixed_y_max); in FindFlowAtPoint_LK()