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

  /external/opencv/cv/src/
cvstereogc.cpp 537 short* dright = state->dispRight->data.s; local
547 for( y = 0; y < rows; y++, left += step, right += step, dleft += dstep, dright += dstep )
559 d1 = dright[x1];
575 d = dright[x];
581 d1 = dright[x+1];
586 d1 = dright[x+dstep];
702 const short* dright = dright0 + dstep*y; local
706 const short* dlr[] = { dleft, dright };
735 d1 = dright[x1];
754 d1 = dright[x1]
821 short* dright = dright0 + dstep*y; local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java     [all...]

Completed in 107 milliseconds