Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc260 int left_trunc = left_fixed >> 16; in FindFlowAtPoint_ESM() local
265 left_trunc >= 0 && top_trunc >= 0 && in FindFlowAtPoint_ESM()
266 (left_trunc + patch_size) < img_J.width_less_one_ && in FindFlowAtPoint_ESM()
269 const uint8_t* j_row = img_J[top_trunc] + left_trunc; in FindFlowAtPoint_ESM()
361 left_trunc = left_fixed >> 16; in FindFlowAtPoint_ESM()
365 if (left_trunc < 0 || top_trunc < 0 || in FindFlowAtPoint_ESM()
366 (left_trunc + patch_size) >= J_x.width_less_one_ || in FindFlowAtPoint_ESM()