OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x_step
(Results
1 - 5
of
5
) sorted by null
/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/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
);
/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/opencv/otherlibs/highgui/
grfmt_jpeg.cpp
1643
int
x_step
= x_scale * 8;
local
[
all
...]
Completed in 126 milliseconds