Searched refs:y_step (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxdrawing.cpp303 int x_step, y_step; local
347 y_step = (int) (((int64) dy << XY_SHIFT) / (ax | 1));
351 pt1.y += (int) ((((int64) y_step) * j) >> XY_SHIFT) + (XY_ONE >> 1);
352 slope = (y_step >> (XY_SHIFT - 5)) & 0x3f;
353 slope ^= (y_step < 0 ? 0x3f : 0);
371 y_step = XY_ONE;
442 pt1.y += y_step;
517 pt1.y += y_step;
567 int x_step, y_step; local
610 y_step
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp1644 int y_step = y_scale * 8; local
1741 for( y = 0; y < height; y += y_step, data += y_step*step )
1746 int y_limit = y_step;
/external/webp/src/enc/
H A Dpicture.c514 int x_step, int y_step) {
521 alpha += y_step;
513 CheckNonOpaque(const uint8_t* alpha, int width, int height, int x_step, int y_step) argument

Completed in 120 milliseconds