Searched refs:ystep (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Modules/_decimal/libmpdec/ |
D | bench_full.c | 118 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/ |
D | pngpixel.c | 247 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/ |
D | rastertoescpx.c | 1303 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()
|
D | imagetoraster.c | 1568 iy += z->ystep; in main()
|
/third_party/cups-filters/cupsfilters/ |
D | image-zoom.c | 131 z->ystep = z->height / z->ysize; in _cupsImageZoomNew() 158 z->ystep = z->height / z->ysize; in _cupsImageZoomNew()
|
D | image-private.h | 132 ystep, /* Amount to step for each pixel along Y */ member
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.c | 1008 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/ |
D | vf_pullup.c | 535 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/ |
D | lp_setup_tri.c | 887 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/ |
D | stb_image.h | 3793 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()
|