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

  /external/opencv/cxcore/src/
cxdrawing.cpp 303 int x_step, y_step; local
346 x_step = XY_ONE;
370 x_step = (int) (((int64) dx << XY_SHIFT) / (ay | 1));
375 pt1.x += (int) ((((int64) x_step) * j) >> XY_SHIFT) + (XY_ONE >> 1);
376 slope = (x_step >> (XY_SHIFT - 5)) & 0x3f;
377 slope ^= (x_step < 0 ? 0x3f : 0);
474 pt1.x += x_step;
549 pt1.x += x_step;
567 int x_step, y_step; local
609 x_step = XY_ONE
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1643 int x_step = x_scale * 8; local
    [all...]

Completed in 58 milliseconds