Searched defs:x_step (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format.c544 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/
H A Du_format.c544 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/chromium_org/media/base/
H A Dyuv_convert.cc431 int x_step = kFractionMax * source_width / dest_width; local
438 int source_left = dest_rect_left * x_step;
439 int source_right = (dest_rect_right - 1) * x_step;
440 if (x_step < kFractionMax * 2) {
441 source_left += ((x_step - kFractionMax) / 2);
442 source_right += ((x_step - kFractionMax) / 2);
538 x_step,
548 x_step,
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_csp.c40 int x_step, int y_step) {
44 for (x = 0; x < width * x_step; x += x_step) {
39 CheckNonOpaque(const uint8_t* alpha, int width, int height, int x_step, int y_step) argument
/external/webp/src/enc/
H A Dpicture_csp.c40 int x_step, int y_step) {
44 for (x = 0; x < width * x_step; x += x_step) {
39 CheckNonOpaque(const uint8_t* alpha, int width, int height, int x_step, int y_step) argument
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp303 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
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp1643 int x_step = x_scale * 8; local
1743 for( x = 0; x < width; x += x_step )
1745 int x_limit = x_step;

Completed in 1409 milliseconds