Home
last modified time | relevance | path

Searched refs:ystart (Results 1 - 19 of 19) sorted by relevance

/third_party/cups-filters/cupsfilters/
H A 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, scanpt in _cupsImageReadTIFF()
[all...]
H A 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/
H A 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()
H A Dnup.h14 xstart(LEFT),ystart(TOP), in NupParameters()
26 Position xstart,ystart; member
H A Dpdftopdf.cc497 param.nup.ystart=Position::TOP; in getParameters()
/third_party/skia/third_party/externals/libpng/contrib/examples/
H A 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/
H A 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/
H A 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/backends/backend/
H A Drts88xx_lib.c705 sanei_rts88xx_set_scan_area (SANE_Byte * regs, SANE_Int ystart, in sanei_rts88xx_set_scan_area() argument
709 regs[START_LINE] = LOBYTE (ystart); in sanei_rts88xx_set_scan_area()
710 regs[START_LINE + 1] = HIBYTE (ystart); in sanei_rts88xx_set_scan_area()
H A Dp5_device.h224 int ystart; /** y start coordinate */ member
H A Drts8891_low.h203 SANE_Int ystart; /* y start coordinate */ member
H A Drts88xx_lib.h93 void sanei_rts88xx_set_scan_area (SANE_Byte * reg, SANE_Int ystart,
H A Dp5.c852 if (dev->ystart > 0) in sane_start()
1014 dev->ystart = in compute_parameters()
1018 if (dev->ystart > 2 * dev->lds) in compute_parameters()
1019 dev->ystart -= 2 * dev->lds; in compute_parameters()
1053 DBG (DBG_data, "compute_parameters: ystart =%d\n", dev->ystart); in compute_parameters()
H A Drts8891.c1337 && (dev->ystart * MOVE_DPI) / dev->ydpi > 150) in sane_start()
1492 dev->ystart = in compute_parameters()
1567 /* we take this into account to compute ystart */ in compute_parameters()
1582 dev->ystart += yshift; in compute_parameters()
1584 dev->ystart -= (dev->lds_max + dev->ripple) / dev->bytes_per_line; in compute_parameters()
1640 DBG (DBG_data, "compute_parameters: ystart =%d\n", dev->ystart); in compute_parameters()
6522 distance = ((dev->ystart - 1) * MOVE_DPI) / dev->ydpi; in move_to_scan_area()
6523 dev->ystart = dev->ystart in move_to_scan_area()
[all...]
H A Dp5_device.c1048 skip = dev->ystart; in move()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_visitor.cpp183 const fs_reg ystart(negate(brw_vec1_grf(1, 1))); in emit_interpolation_setup_gfx4()
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() local
/third_party/ffmpeg/libavcodec/
H A Dvp3.c1797 int ystart, int yend) in apply_loop_filter()
1804 int fragment = s->fragment_start[plane] + ystart * width; in apply_loop_filter()
1809 plane_data += s->data_offset[plane] + 8 * ystart * stride; in apply_loop_filter()
1811 for (y = ystart; y < yend; y++) { in apply_loop_filter()
1796 apply_loop_filter(Vp3DecodeContext *s, int plane, int ystart, int yend) apply_loop_filter() argument
H A 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()
/third_party/ffmpeg/libswscale/ppc/
H A 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()

Completed in 31 milliseconds