Searched defs:jtj (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Doptical_flow.cc284 int jtj[3] = { 0, 0, 0 }; local
321 jtj[0] += dx * dx;
322 jtj[1] += dx * dy;
323 jtj[2] += dy * dy;
336 jtj[0] += kEsmRegularizer;
337 jtj[2] += kEsmRegularizer;
339 const int64_t prod1 = static_cast<int64_t>(jtj[0]) * jtj[2];
340 const int64_t prod2 = static_cast<int64_t>(jtj[1]) * jtj[
[all...]

Completed in 64 milliseconds