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

  /external/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/chromium_org/media/base/
yuv_convert.cc 430 int y_step = kFractionMax * source_height / dest_height; local
447 int source_top = dest_rect_top * y_step;
448 if (y_step < kFractionMax * 2) {
449 source_top += ((y_step - kFractionMax) / 2);
553 source_top += 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/chromium_org/third_party/libwebp/enc/
picture_csp.c 40 int x_step, int y_step) {
47 alpha += y_step;
  /external/webp/src/enc/
picture_csp.c 40 int x_step, int y_step) {
47 alpha += y_step;
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1644 int y_step = y_scale * 8; local
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_composite.cpp 4548 int y_step = dest_pitch; local
    [all...]

Completed in 184 milliseconds