Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc72 const float real_x_max = I_x.width_less_one_ - EPSILON; in FindFlowAtPoint_LK() local
103 const float x_pos = Clip(src_left_real + x, 0.0f, real_x_max); in FindFlowAtPoint_LK()
153 const float x_pos = Clip(left_real + win_x, 0.0f, real_x_max); in FindFlowAtPoint_LK()