Home
last modified time | relevance | path

Searched refs:ystep (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
Dbench_full.c118 mpd_t *sqrt_2, *xstep, *ystep; in main() local
139 ystep = new_mpd(); in main()
146 mpd_div_u32(ystep, sqrt_2, 20, &ctx); in main()
157 mpd_sub(y0, y0, ystep, &ctx); in main()
188 mpd_del(ystep); in main()
/third_party/skia/third_party/externals/libpng/contrib/examples/
Dpngpixel.c247 png_uint_32 ystart, xstart, ystep, xstep; in main() local
269 ystep = PNG_PASS_ROW_OFFSET(pass); in main()
275 ystep = xstep = 1; in main()
282 for (py = ystart; py < height; py += ystep) in main()
/third_party/cups-filters/filter/
Drastertoescpx.c1303 const int ystep, /* I - Spacing between lines */ in CompressData() argument
1477 putchar(ystep); in CompressData()
1498 ystep; /* Spacing between rows */ in OutputBand() local
1516 ystep = 3600 * DotRowStep / header->HWResolution[1]; in OutputBand()
1532 header->cupsCompression, band->count, xstep, ystep, band->x); in OutputBand()
1566 ystep; /* Y step value */ in ProcessLine() local
1584 ystep = 3600 / header->HWResolution[1]; in ProcessLine()
1652 xstep, ystep, 0); in ProcessLine()
Dimagetoraster.c1568 iy += z->ystep; in main()
/third_party/cups-filters/cupsfilters/
Dimage-zoom.c131 z->ystep = z->height / z->ysize; in _cupsImageZoomNew()
158 z->ystep = z->height / z->ysize; in _cupsImageZoomNew()
Dimage-private.h132 ystep, /* Amount to step for each pixel along Y */ member
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c1008 int xstep, ystep; in sp_setup_line() local
1043 ystep = -1; in sp_setup_line()
1046 ystep = 1; in sp_setup_line()
1091 y0 += ystep; in sp_setup_line()
1105 y0 += ystep; in sp_setup_line()
/third_party/ffmpeg/libavfilter/
Dvf_pullup.c535 int ystep = s->planewidth[mp] << 3; in compute_metric() local
556 a += ystep; b += ystep; in compute_metric()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c887 int64_t ystep[MAX_PLANES]; in lp_setup_bin_triangle() local
906 ystep[i] = ((int64_t)plane[i].dcdy) << TILE_ORDER; in lp_setup_bin_triangle()
971 c[i] += ystep[i]; in lp_setup_bin_triangle()
/third_party/astc-encoder/Source/
Dstb_image.h3793 int ystep; // how far through vertical expansion we are member
3848 r->ystep = r->vs >> 1; in load_jpeg_image()
3869 int y_bot = r->ystep >= (r->vs >> 1); in load_jpeg_image()
3874 if (++r->ystep >= r->vs) { in load_jpeg_image()
3875 r->ystep = 0; in load_jpeg_image()