Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_psnr_enc.c129 int width, int height, size_t x_step, in WebPPlaneDistortion() argument
136 src_stride < x_step * width || ref_stride < x_step * width || in WebPPlaneDistortion()
142 if (x_step != 1) { // extract a packed plane if needed in WebPPlaneDistortion()
153 tmp1[x + y * width] = src[x * x_step + y * src_stride]; in WebPPlaneDistortion()
154 tmp2[x + y * width] = ref[x * x_step + y * ref_stride]; in WebPPlaneDistortion()
Dpicture_csp_enc.c40 int x_step, int y_step) { in CheckNonOpaque() argument
44 for (x = 0; x < width * x_step; x += x_step) { in CheckNonOpaque()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.c544 unsigned x_step, y_step; in util_format_translate() local
576 x_step = MAX2(dst_format_desc->block.width, src_format_desc->block.width); in util_format_translate()
593 assert(x_step == 1); in util_format_translate()
637 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row; in util_format_translate()
662 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row; in util_format_translate()
/external/pdfium/core/fpdfapi/page/
Dcpdf_tilingpattern.h34 FX_FLOAT x_step() const { return m_XStep; } in x_step() function
/external/opencv/cxcore/src/
Dcxdrawing.cpp303 int x_step, y_step; in icvLineAA() local
346 x_step = XY_ONE; in icvLineAA()
370 x_step = (int) (((int64) dx << XY_SHIFT) / (ay | 1)); in icvLineAA()
375 pt1.x += (int) ((((int64) x_step) * j) >> XY_SHIFT) + (XY_ONE >> 1); in icvLineAA()
376 slope = (x_step >> (XY_SHIFT - 5)) & 0x3f; in icvLineAA()
377 slope ^= (x_step < 0 ? 0x3f : 0); in icvLineAA()
474 pt1.x += x_step; in icvLineAA()
549 pt1.x += x_step; in icvLineAA()
567 int x_step, y_step; in icvLine2() local
609 x_step = XY_ONE; in icvLine2()
[all …]
/external/webp/src/webp/
Dencode.h399 size_t x_step,
/external/webp/include/webp/
Dencode.h399 size_t x_step,
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.cpp1643 int x_step = x_scale * 8; in WriteImage() local
1743 for( x = 0; x < width; x += x_step ) in WriteImage()
1745 int x_limit = x_step; in WriteImage()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp2201 pPattern->bbox().right == pPattern->x_step() && in DrawTilingPattern()
2224 pPattern->x_step()); in DrawTilingPattern()
2226 pPattern->x_step()); in DrawTilingPattern()
2245 CFX_PointF(col * pPattern->x_step(), row * pPattern->y_step())); in DrawTilingPattern()
2319 CFX_PointF(col * pPattern->x_step(), row * pPattern->y_step())); in DrawTilingPattern()