HomeSort by relevance Sort by last modified time
    Searched full:src_left_real (Results 1 - 1 of 1) sorted by null

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

Completed in 251 milliseconds