HomeSort by relevance Sort by last modified time
    Searched defs:dI (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
optical_flow.cc 181 const float dI =
184 const float dI = *vals_I_ptr++ - *vals_J_ptr++;
186 b_x += dI * *vals_I_x_ptr++;
187 b_y += dI * *vals_I_y_ptr++;
  /external/valgrind/coregrind/
m_libcbase.c 679 UInt* dI = (UInt*)dest;
681 if (VG_IS_4_ALIGNED(dI) && VG_IS_4_ALIGNED(sI)) {
683 dI[0] = sI[0];
684 dI[1] = sI[1];
685 dI[2] = sI[2];
686 dI[3] = sI[3];
688 dI += 4;
694 dI[0] = sI[0];
696 dI += 1;
702 d = (UChar*)dI;
    [all...]

Completed in 88 milliseconds