Home
last modified time | relevance | path

Searched refs:xstep (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
138 xstep = new_mpd(); in main()
145 mpd_div_u32(xstep, sqrt_2, 40, &ctx); in main()
155 mpd_add(x0, x0, xstep, &ctx); in main()
189 mpd_del(xstep); in main()
/third_party/cups-filters/cupsfilters/
Dimage-zoom.c128 z->xstep = z->width / z->xsize; in _cupsImageZoomNew()
133 z->instep = z->xstep * z->depth; in _cupsImageZoomNew()
155 z->xstep = z->width / z->xsize; in _cupsImageZoomNew()
160 z->instep = z->xstep * z->depth; in _cupsImageZoomNew()
240 z_xstep = z->xstep; in zoom_bilinear()
318 z_xstep = z->xstep; in zoom_nearest()
Dimage-private.h128 int xstep, /* Amount to step for each pixel along X */ member
/third_party/skia/third_party/externals/libpng/contrib/examples/
Dpngpixel.c247 png_uint_32 ystart, xstart, ystep, xstep; in main() local
268 xstep = PNG_PASS_COL_OFFSET(pass); in main()
275 ystep = xstep = 1; in main()
303 px < width; px += xstep, ++ppx) if (x == px) in main()
/third_party/cups-filters/filter/
Drastertoescpx.c1302 const int xstep, /* I - Spacing between columns */ in CompressData() argument
1478 putchar(xstep); in CompressData()
1497 int xstep, /* Spacing between columns */ in OutputBand() local
1515 xstep = 3600 * DotColStep / header->HWResolution[0]; in OutputBand()
1532 header->cupsCompression, band->count, xstep, ystep, band->x); in OutputBand()
1565 xstep, /* X step value */ in ProcessLine() local
1583 xstep = 3600 / header->HWResolution[0]; in ProcessLine()
1652 xstep, ystep, 0); in ProcessLine()
/third_party/alsa-lib/src/control/
Dcontrol_ext.c160 int64_t xmin, xmax, xstep; in snd_ctl_ext_elem_info() local
164 &xstep); in snd_ctl_ext_elem_info()
167 info->value.integer64.step = xstep; in snd_ctl_ext_elem_info()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c1008 int xstep, ystep; in sp_setup_line() local
1035 xstep = -1; in sp_setup_line()
1038 xstep = 1; in sp_setup_line()
1085 x0 += xstep; in sp_setup_line()
1111 x0 += xstep; in sp_setup_line()
/third_party/ffmpeg/libavfilter/
Dvf_pullup.c534 int xstep = 8; in compute_metric() local
537 int w = s->metric_w * xstep; in compute_metric()
554 for (x = 0; x < w; x += xstep) in compute_metric()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c886 int64_t xstep[MAX_PLANES]; in lp_setup_bin_triangle() local
905 xstep[i] = -(((int64_t)plane[i].dcdx) << TILE_ORDER); in lp_setup_bin_triangle()
966 cx[i] += xstep[i]; in lp_setup_bin_triangle()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c4034 png_uint_32 xin, xout, xstep; in interlace_row() local
4044 xstep = 1U<<PNG_PASS_COL_SHIFT(pass); in interlace_row()
4046 for (xout=0; xin<w; xin+=xstep) in interlace_row()
4063 png_uint_32 xin, xout, xstep; in deinterlace_row() local
4066 xstep = 1U<<PNG_PASS_COL_SHIFT(pass); in deinterlace_row()
4068 for (xin=0; xout<w; xout+=xstep) in deinterlace_row()