Home
last modified time | relevance | path

Searched defs:fp_x (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Doptical_flow.cc91 const int fp_x = Clip(src_left_fixed + (x << 16), 0, fixed_x_max); in FindFlowAtPoint_LK() local
145 const int fp_x = Clip(left_fixed + (win_x << 16), 0, fixed_x_max); in FindFlowAtPoint_LK() local
307 const int fp_x = left_fixed + (x << 16); in FindFlowAtPoint_ESM() local
Dimage-inl.h78 bool Image<T>::ExtractPatchAtSubpixelFixed1616(const int fp_x, in ExtractPatchAtSubpixelFixed1616()
178 const int fp_x = fp_x_whole - trunc_x; in GetPixelInterpFixed1616() local
376 const int fp_x = (src_x_fp - trunc_x) >> 8; in DownsampleInterpolateLinear() local
Dimage_utils.h164 const int fp_x = src_left_fixed + (x << 16); in CalculateG() local