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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xrange.py 65 x_step = x[1] - x[0]
67 if x_step != y_step:
69 '{} and {} '.format(x, y, x_step, y_step))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xrange.py 65 x_step = x[1] - x[0]
67 if x_step != y_step:
69 '{} and {} '.format(x, y, x_step, y_step))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xrange.py 65 x_step = x[1] - x[0]
67 if x_step != y_step:
69 '{} and {} '.format(x, y, x_step, y_step))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xrange.py 65 x_step = x[1] - x[0]
67 if x_step != y_step:
69 '{} and {} '.format(x, y, x_step, y_step))
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 544 unsigned x_step, y_step; local
576 x_step = MAX2(dst_format_desc->block.width, src_format_desc->block.width);
593 assert(x_step == 1);
637 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
662 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
  /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/opencv3/modules/imgproc/src/
drawing.cpp 290 int x_step, y_step; local
337 x_step = XY_ONE;
361 x_step = (int) (((int64) dx << XY_SHIFT) / (ay | 1));
366 pt1.x += (int) ((((int64) x_step) * j) >> XY_SHIFT) + (XY_ONE >> 1);
367 slope = (x_step >> (XY_SHIFT - 5)) & 0x3f;
368 slope ^= (x_step < 0 ? 0x3f : 0);
465 pt1.x += x_step;
540 pt1.x += x_step;
623 pt1.x += x_step;
641 int x_step, y_step local
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
picture.c 520 int x_step, int y_step) {
524 for (x = 0; x < width * x_step; x += x_step) {
    [all...]
  /external/webp/src/enc/
picture_csp.c 40 int x_step, int y_step) {
44 for (x = 0; x < width * x_step; x += x_step) {
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1643 int x_step = x_scale * 8; local
    [all...]
  /external/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp 1145 int x_step = x_scale * 8; local
    [all...]
  /external/opencv3/modules/core/test/
test_math.cpp 1397 int x_step = x ? x->step\/sizeof(double) : 0; local
    [all...]

Completed in 511 milliseconds