Home
last modified time | relevance | path

Searched refs:ystart (Results 1 – 13 of 13) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dimage-tiff.c63 xstart, ystart, /* Starting x & y */ in _cupsImageReadTIFF() local
276 ystart = 0; in _cupsImageReadTIFF()
284 ystart = 0; in _cupsImageReadTIFF()
291 ystart = img->ysize - 1; in _cupsImageReadTIFF()
298 ystart = img->ysize - 1; in _cupsImageReadTIFF()
365 for (y = ystart, ycount = img->ysize, row = 0; in _cupsImageReadTIFF()
523 for (ycount = img->ysize, scanptr = scanline, p = in + ystart, bit = 128; in _cupsImageReadTIFF()
544 for (ycount = img->ysize, scanptr = scanline, p = in + ystart, bit = 0xc0; in _cupsImageReadTIFF()
566 for (ycount = img->ysize, scanptr = scanline, p = in + ystart, bit = 0xf0; in _cupsImageReadTIFF()
591 for (ycount = img->ysize, p = in + ystart, scanptr = scanline; in _cupsImageReadTIFF()
[all …]
Dcmyk.c1772 int ystart; /* Start value */ in cupsCMYKSetCurve() local
1789 for (xstart = xend = 0, ystart = yend = 0; in cupsCMYKSetCurve()
1791 num_xypoints --, xypoints += 2, xstart = xend, ystart = yend) in cupsCMYKSetCurve()
1796 ydelta = yend - ystart; in cupsCMYKSetCurve()
1799 cmyk->channels[channel][i] = ystart + ydelta * (i - xstart) / xdelta; in cupsCMYKSetCurve()
/third_party/cups-filters/filter/pdftopdf/
Dnup.cc20 if (ystart==Position::LEFT) { // or Bottom in dump()
22 } else if (ystart==Position::RIGHT) { // or Top in dump()
36 first,xstart,ystart); in dump()
156 suby=(param.nupY-1)*(param.ystart+1)/2-param.ystart*suby; in convert_order()
256 ret.ystart=pos1.second; in parseNupLayout()
259 ret.ystart=pos0.second; in parseNupLayout()
Dnup.h14 xstart(LEFT),ystart(TOP), in NupParameters()
26 Position xstart,ystart; member
Dpdftopdf.cc497 param.nup.ystart=Position::TOP; in getParameters()
/third_party/flutter/skia/third_party/externals/libpng/contrib/examples/
Dpngpixel.c247 png_uint_32 ystart, xstart, ystep, xstep; in main() local
267 ystart = PNG_PASS_START_ROW(pass); in main()
274 ystart = xstart = 0; in main()
282 for (py = ystart; py < height; py += ystep) in main()
/third_party/skia/third_party/externals/libpng/contrib/examples/
Dpngpixel.c247 png_uint_32 ystart, xstart, ystep, xstep; in main() local
267 ystart = PNG_PASS_START_ROW(pass); in main()
274 ystart = xstart = 0; in main()
282 for (py = ystart; py < height; py += ystep) in main()
/third_party/ffmpeg/libavfilter/
Dvf_ssim.c254 const int ystart = FFMAX(1, slice_start); in ssim_plane_16bit() local
255 int z = ystart - 1; in ssim_plane_16bit()
263 for (int y = ystart; y < slice_end; y++) { in ssim_plane_16bit()
297 const int ystart = FFMAX(1, slice_start); in ssim_plane() local
298 int z = ystart - 1; in ssim_plane()
306 for (int y = ystart; y < slice_end; y++) { in ssim_plane()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_tiling_lt.c138 uint32_t ystart = box->y; in vc4_lt_image_aligned() local
142 void *gpu_tile = gpu + ((ystart + y) * gpu_stride + in vc4_lt_image_aligned()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp183 const fs_reg ystart(negate(brw_vec1_grf(1, 1))); in emit_interpolation_setup_gfx4() local
190 quarter(this->pixel_y, i), ystart); in emit_interpolation_setup_gfx4()
194 abld.ADD(offset(delta_xy, abld, 1), this->pixel_y, ystart); in emit_interpolation_setup_gfx4()
/third_party/ffmpeg/libavcodec/
Dmotion_est_template.c948 const int ystart= FFMAX(0, s->mb_y - count); in epzs_motion_search_internal() local
953 for(mb_y=ystart; mb_y<yend; mb_y++){ in epzs_motion_search_internal()
Dvp3.c1793 int ystart, int yend) in apply_loop_filter() argument
1800 int fragment = s->fragment_start[plane] + ystart * width; in apply_loop_filter()
1805 plane_data += s->data_offset[plane] + 8 * ystart * stride; in apply_loop_filter()
1807 for (y = ystart; y < yend; y++) { in apply_loop_filter()
/third_party/ffmpeg/libswscale/ppc/
Dswscale_vsx.c543 const vec_s32 ystart = vec_splats(1 << 9); in yuv2rgb_full_X_vsx_template() local
588 vy32_r = ystart; in yuv2rgb_full_X_vsx_template()