Searched refs:x_step (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/core/fpdfapi/page/
H A Dcpdf_tilingpattern.h34 FX_FLOAT x_step() const { return m_XStep; } function in class:CPDF_TilingPattern
/external/webp/src/enc/
H A Dpicture_psnr_enc.c129 int width, int height, size_t x_step,
136 src_stride < x_step * width || ref_stride < x_step * width ||
142 if (x_step != 1) { // extract a packed plane if needed
153 tmp1[x + y * width] = src[x * x_step + y * src_stride];
154 tmp2[x + y * width] = ref[x * x_step + y * ref_stride];
127 WebPPlaneDistortion(const uint8_t* src, size_t src_stride, const uint8_t* ref, size_t ref_stride, int width, int height, size_t x_step, int type, float* distortion, float* result) argument
H A Dpicture_csp_enc.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/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/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/webp/include/webp/
H A Dencode.h393 // 'x_step' is the horizontal stride (in bytes) between samples.
399 size_t x_step,
/external/webp/src/webp/
H A Dencode.h393 // 'x_step' is the horizontal stride (in bytes) between samples.
399 size_t x_step,
/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;
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp2201 pPattern->bbox().right == pPattern->x_step() &&
2224 pPattern->x_step());
2226 pPattern->x_step());
2245 CFX_PointF(col * pPattern->x_step(), row * pPattern->y_step()));
2319 CFX_PointF(col * pPattern->x_step(), row * pPattern->y_step()));

Completed in 834 milliseconds