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

  /external/opencv/cv/src/
cvstereogc.cpp 536 short* dleft = state->dispLeft->data.s; local
547 for( y = 0; y < rows; y++, left += step, right += step, dleft += dstep, dright += dstep )
551 int d = dleft[x], x1, d1;
566 d1 = dleft[x+1];
571 d1 = dleft[x+dstep];
701 const short* dleft = dleft0 + dstep*y; local
706 const short* dlr[] = { dleft, dright };
727 d = dleft[x];
802 if( d != -dleft[x1] )
820 short* dleft = dleft0 + dstep*y local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java     [all...]

Completed in 152 milliseconds