Home | History | Annotate | Download | only in src

Lines Matching refs:step

172     int bt_pix, bt_pix0, step;
191 step = mat->step;
210 iterator->ptr = (uchar*)(mat->data.ptr + pt1.y * step + pt1.x * bt_pix0);
214 step = (step ^ s) - s;
223 bt_pix ^= step & s;
224 step ^= bt_pix & s;
225 bt_pix ^= step & s;
234 iterator->plus_step = step;
245 iterator->plus_step = step - bt_pix;
310 int step = img->step;
319 ptr += img->step*2 + 2*nch;
422 uchar *tptr = ptr + ((pt1.y >> XY_SHIFT) - 1) * step;
432 tptr += step;
437 tptr += step;
450 ptr += (pt1.y >> XY_SHIFT) * step;
475 ptr += step;
497 uchar *tptr = ptr + ((pt1.y >> XY_SHIFT) - 1) * step;
507 tptr += step;
512 tptr += step;
525 ptr += (pt1.y >> XY_SHIFT) * step;
550 ptr += step;
573 int step = img->step;
582 ptr += img->step*2 + 2*pix_size;
642 ((pt2.y + (XY_ONE >> 1)) >> XY_SHIFT)*step;
651 tptr = ptr + (pt1.y >> XY_SHIFT) * step;
660 ptr += (pt1.y >> XY_SHIFT) * step;
667 ptr += step;
682 ((pt2.y + (XY_ONE >> 1)) >> XY_SHIFT)*step;
691 tptr = ptr + (pt1.y >> XY_SHIFT) * step;
700 ptr += (pt1.y >> XY_SHIFT) * step;
707 ptr += step;
720 ((pt2.y + (XY_ONE >> 1)) >> XY_SHIFT)*step;
729 tptr = ptr + (pt1.y >> XY_SHIFT) * step;
738 ptr += (pt1.y >> XY_SHIFT) * step;
745 ptr += step;
1071 ptr += img->step*y;
1140 ptr += img->step;
1342 uchar *timg = (uchar*)(img->data.ptr) + y * img->step;
1414 int step = img->step;
1432 uchar *tptr0 = ptr + y11 * step;
1433 uchar *tptr1 = ptr + y12 * step;
1448 tptr0 = ptr + y21 * step;
1449 tptr1 = ptr + y22 * step;
1474 uchar *tptr = ptr + y11 * step;
1489 uchar *tptr = ptr + y12 * step;
1512 uchar *tptr = ptr + y21 * step;
1527 uchar *tptr = ptr + y22 * step;