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

  /external/chromium_org/media/base/
yuv_convert.cc 399 int x_step = kFractionMax * source_width / dest_width; local
406 int source_left = dest_rect_left * x_step;
407 int source_right = (dest_rect_right - 1) * x_step;
408 if (x_step < kFractionMax * 2) {
409 source_left += ((x_step - kFractionMax) / 2);
410 source_right += ((x_step - kFractionMax) / 2);
503 x_step);
512 x_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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/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.c 520 int x_step, int y_step) {
524 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...]

Completed in 2485 milliseconds