Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc69 const int fixed_x_max = RealToFixed1616(img_I.width_less_one_) - 1; in FindFlowAtPoint_LK() local
91 const int fp_x = Clip(src_left_fixed + (x << 16), 0, fixed_x_max); in FindFlowAtPoint_LK()
145 const int fp_x = Clip(left_fixed + (win_x << 16), 0, fixed_x_max); in FindFlowAtPoint_LK()