Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc77 const float src_left_real = p_x - kWindowSizeFloat; in FindFlowAtPoint_LK() local
84 const int src_left_fixed = RealToFixed1616(src_left_real); in FindFlowAtPoint_LK()
103 const float x_pos = Clip(src_left_real + x, 0.0f, real_x_max); in FindFlowAtPoint_LK()