Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Doptical_flow.cc135 float* vals_J_ptr = vals_J; in FindFlowAtPoint_LK() local
146 *vals_J_ptr++ = img_J.GetPixelInterpFixed1616(fp_x, fp_y); in FindFlowAtPoint_LK()
154 *vals_J_ptr++ = img_J.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()
173 vals_J_ptr = vals_J; in FindFlowAtPoint_LK()
182 (*vals_I_ptr++ - mean_I) - (*vals_J_ptr++ - mean_J) * std_dev_ratio; in FindFlowAtPoint_LK()
184 const float dI = *vals_I_ptr++ - *vals_J_ptr++; in FindFlowAtPoint_LK()