Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc84 const int src_left_fixed = RealToFixed1616(src_left_real); in FindFlowAtPoint_LK() local
91 const int fp_x = Clip(src_left_fixed + (x << 16), 0, fixed_x_max); in FindFlowAtPoint_LK()
235 const int src_left_fixed = RealToFixed1616(p_x - wsize_float); in FindFlowAtPoint_ESM() local
240 if (!img_I.ExtractPatchAtSubpixelFixed1616(src_left_fixed, src_top_fixed, in FindFlowAtPoint_ESM()
242 !I_x.ExtractPatchAtSubpixelFixed1616(src_left_fixed, src_top_fixed, in FindFlowAtPoint_ESM()
245 !I_y.ExtractPatchAtSubpixelFixed1616(src_left_fixed, src_top_fixed, in FindFlowAtPoint_ESM()
Dimage_utils.h154 const int src_left_fixed = RealToFixed1616(center_x - window_radius); in CalculateG() local
165 const int fp_x = src_left_fixed + (x << 16); in CalculateG()