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

  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 544 unsigned x_step, y_step; local
575 y_step = MAX2(dst_format_desc->block.height, src_format_desc->block.height);
577 assert(y_step % dst_format_desc->block.height == 0);
578 assert(y_step % src_format_desc->block.height == 0);
580 dst_step = y_step / dst_format_desc->block.height * dst_stride;
581 src_step = y_step / src_format_desc->block.height * src_stride;
594 assert(y_step == 1);
638 tmp_row = MALLOC(y_step * tmp_stride);
642 while (height >= y_step) {
643 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, y_step);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xrange.py 66 y_step = y[1] - y[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 66 y_step = y[1] - y[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 66 y_step = y[1] - y[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 66 y_step = y[1] - y[0]
67 if x_step != y_step:
69 '{} and {} '.format(x, y, x_step, y_step))
  /external/opencv/cxcore/src/
cxdrawing.cpp 303 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 = (int) (((int64) dy << XY_SHIFT) / (ax | 1))
    [all...]
  /external/opencv3/modules/imgproc/src/
drawing.cpp 290 int x_step, y_step; local
338 y_step = (int) (((int64) dy << XY_SHIFT) / (ax | 1));
342 pt1.y += (int) ((((int64) y_step) * j) >> XY_SHIFT) + (XY_ONE >> 1);
343 slope = (y_step >> (XY_SHIFT - 5)) & 0x3f;
344 slope ^= (y_step < 0 ? 0x3f : 0);
362 y_step = XY_ONE;
433 pt1.y += y_step;
508 pt1.y += y_step;
591 pt1.y += y_step;
641 int x_step, y_step; local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1644 int y_step = y_scale * 8; local
    [all...]
  /external/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp 1146 int y_step = y_scale * 8; local
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
picture.c 520 int x_step, int y_step) {
527 alpha += y_step;
    [all...]
  /external/webp/src/enc/
picture_csp.c 40 int x_step, int y_step) {
47 alpha += y_step;
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_composite.cpp 5136 int y_step = dest_pitch; local
    [all...]

Completed in 2120 milliseconds