Home
last modified time | relevance | path

Searched refs:xsize (Results 201 – 225 of 9297) sorted by relevance

12345678910>>...372

/dports/devel/highway/highway-0.15.0/hwy/contrib/image/
H A Dimage_test.cc48 for (size_t xsize = 1; xsize < 64; ++xsize) { in operator ()() local
49 Image<T> img(xsize, ysize); in operator ()()
53 for (size_t x = 0; x < xsize; x += Lanes(d)) { in operator ()()
60 const auto x = std::uniform_int_distribution<size_t>(0, xsize - 1)(rng); in operator ()()
79 for (size_t xsize = 1; xsize < 128; ++xsize) { in operator ()() local
80 Image<T> img(xsize, ysize); in operator ()()
89 for (size_t x = 0; x < xsize; ++x) { in operator ()()
98 for (size_t x = 0; x < xsize; ++x) { in operator ()()
114 for (size_t x = 0; x < xsize; ++x) { in operator ()()
122 StoreU(Zero(d), d, row + xsize - 1); in operator ()()
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Dconvolve.cc71 const size_t xsize = rect.xsize(); in Symmetric5Border() local
121 const size_t xsize = rect.xsize(); in Symmetric5Row() local
133 for (; ix < xsize; ++ix) { in Symmetric5Row()
402 while (x < xsize) { in ConvolveRow()
455 (void)xsize; in ConvolveRow()
603 while (x < xsize) { in ConvolveRow()
666 (void)xsize; in ConvolveRow()
1151 const int64_t xsize = static_cast<int64_t>(rect.xsize()); in SlowSymmetric3() local
1176 const int64_t xsize = static_cast<int64_t>(rect.xsize()); in SlowSymmetric3() local
1208 const size_t xsize = rect.xsize(); in SlowSeparablePixel() local
[all …]
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dconvolve.cc71 const size_t xsize = rect.xsize(); in Symmetric5Border() local
121 const size_t xsize = rect.xsize(); in Symmetric5Row() local
133 for (; ix < xsize; ++ix) { in Symmetric5Row()
402 while (x < xsize) { in ConvolveRow()
455 (void)xsize; in ConvolveRow()
603 while (x < xsize) { in ConvolveRow()
666 (void)xsize; in ConvolveRow()
1151 const int64_t xsize = static_cast<int64_t>(rect.xsize()); in SlowSymmetric3() local
1176 const int64_t xsize = static_cast<int64_t>(rect.xsize()); in SlowSymmetric3() local
1208 const size_t xsize = rect.xsize(); in SlowSeparablePixel() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dconvolve.cc71 const size_t xsize = rect.xsize(); in Symmetric5Border() local
121 const size_t xsize = rect.xsize(); in Symmetric5Row() local
133 for (; ix < xsize; ++ix) { in Symmetric5Row()
402 while (x < xsize) { in ConvolveRow()
455 (void)xsize; in ConvolveRow()
603 while (x < xsize) { in ConvolveRow()
666 (void)xsize; in ConvolveRow()
1151 const int64_t xsize = static_cast<int64_t>(rect.xsize()); in SlowSymmetric3() local
1176 const int64_t xsize = static_cast<int64_t>(rect.xsize()); in SlowSymmetric3() local
1208 const size_t xsize = rect.xsize(); in SlowSeparablePixel() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dconvolve.cc71 const size_t xsize = rect.xsize(); in Symmetric5Border() local
121 const size_t xsize = rect.xsize(); in Symmetric5Row() local
133 for (; ix < xsize; ++ix) { in Symmetric5Row()
402 while (x < xsize) { in ConvolveRow()
455 (void)xsize; in ConvolveRow()
603 while (x < xsize) { in ConvolveRow()
666 (void)xsize; in ConvolveRow()
1151 const int64_t xsize = static_cast<int64_t>(rect.xsize()); in SlowSymmetric3() local
1176 const int64_t xsize = static_cast<int64_t>(rect.xsize()); in SlowSymmetric3() local
1208 const size_t xsize = rect.xsize(); in SlowSeparablePixel() local
[all …]
/dports/graphics/p5-Imager/Imager-1.012/
H A Dbmp.c482 unpacked_size = im->xsize + 8; in write_1bit_data()
554 unpacked_size = im->xsize + 2; in write_4bit_data()
601 int line_size = im->xsize; in write_8bit_data()
613 unpacked_size = im->xsize + 4; in write_8bit_data()
650 int line_size = 3 * im->xsize; in write_24bit_data()
742 int line_size = (xsize + 7)/8; in read_1bit_bmp()
753 if ((i_img_dim)((i_img_dim_u)xsize + 8) < xsize) { /* if there was overflow */ in read_1bit_bmp()
870 int line_size = (xsize + 1)/2; in read_4bit_bmp()
1104 int line_size = xsize; in read_8bit_bmp()
1207 if (x + packed[0] > xsize) { in read_8bit_bmp()
[all …]
H A Dimg16.c202 im->xsize = x; in im_img_16_new()
324 r = im->xsize; in i_glin_d16()
346 r = im->xsize; in i_plin_d16()
379 r = im->xsize; in i_glinf_d16()
401 r = im->xsize; in i_plinf_d16()
436 r = im->xsize; in i_gsamp_d16()
489 r = im->xsize; in i_gsampf_d16()
547 r = im->xsize; in i_gsamp_bits_d16()
608 r = im->xsize; in i_psamp_bits_d16()
681 r = im->xsize; in i_psamp_d16()
[all …]
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/texture/spi/
H A DSGIImage.java114 xsize = in.readShort(); in Header()
136 " xsize: " + xsize + in toString()
186 header.xsize = (short) width; in createFromData()
218 return header.xsize; in getWidth()
261 final int xsize = header.xsize; in decodeImage() local
266 data = new byte[xsize * ysize * 4]; in decodeImage()
291 lptr += 4 * xsize; in decodeImage()
325 final int offs = (y * header.xsize) + (z * header.xsize * header.ysize); in getRow()
400 stream.writeShort(xsize); in writeHeader()
497 while (x < xsize) { in writeImage()
[all …]
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/util/texture/spi/
H A DSGIImage.java116 xsize = in.readShort(); in Header()
137 " xsize: " + xsize + in toString()
187 header.xsize = (short) width; in createFromData()
215 return header.xsize; in getWidth()
257 int xsize = header.xsize; in decodeImage() local
263 byte[] rbuf = new byte[xsize]; in decodeImage()
287 lptr += 4 * xsize; in decodeImage()
321 int offs = (y * header.xsize) + (z * header.xsize * header.ysize); in getRow()
396 stream.writeShort(xsize); in writeHeader()
493 while (x < xsize) { in writeImage()
[all …]
/dports/security/beecrypt/beecrypt-4.2.1/
H A Dmp.c105 if (xsize > ysize) in mpeqx()
140 if (xsize > ysize) in mpnex()
173 if (xsize > ysize) in mpgtx()
206 if (xsize > ysize) in mpltx()
239 if (xsize > ysize) in mpgex()
272 if (xsize > ysize) in mplex()
313 xsize -= diff; in mpcmpx()
494 xsize--; in mpsetx()
502 while (xsize--) in mpsetx()
781 xdata += xsize; in mpmul()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/quantel/
H A Dfilequantel.c149 bytes = xsize * ysize * 2; in write_vpb_header()
180 *xsize = QNT_PAL_XSIZE; in quantel_get_info()
188 *xsize = QUANTEL_XSIZE; in quantel_get_info()
204 *xsize = QNT_PAL_XSIZE; in quantel_get_info()
340 *w = xsize; in img_read_quantel_info()
364 quantel_xsize = xsize; in img_read_quantel()
406 *w = image->xsize; in img_read_quantel()
428 xsize = w; in img_write_quantel()
503 appo += xsize; in img_write_quantel()
508 appo = RGBbuf + xsize; in img_write_quantel()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/libmlib_image/
H A Dmlib_v_ImageLookUp.c85 xsize, ysize, (const TYPE **) table); \
89 xsize, ysize, (const TYPE **) table); \
93 xsize, ysize, (const TYPE **) table); \
105 xsize, ysize, (const TYPE **) table); \
109 xsize, ysize, (const TYPE **) table); \
113 xsize, ysize, (const TYPE **) table); \
117 xsize, ysize, (const TYPE **) table); \
129 mlib_s32 slb, dlb, xsize, ysize, nchan, ichan, bitoff_src; in mlib_ImageLookUp() local
142 xsize = mlib_ImageGetWidth(src); in mlib_ImageLookUp()
337 mlib_v_ImageLookUpSI_S32_S32(sa, slb, da, dlb, xsize, ysize, in mlib_ImageLookUp()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/native/libmlib_image/
H A Dmlib_v_ImageLookUp.c85 xsize, ysize, (const TYPE **) table); \
89 xsize, ysize, (const TYPE **) table); \
93 xsize, ysize, (const TYPE **) table); \
105 xsize, ysize, (const TYPE **) table); \
109 xsize, ysize, (const TYPE **) table); \
113 xsize, ysize, (const TYPE **) table); \
117 xsize, ysize, (const TYPE **) table); \
129 mlib_s32 slb, dlb, xsize, ysize, nchan, ichan, bitoff_src; in mlib_ImageLookUp() local
142 xsize = mlib_ImageGetWidth(src); in mlib_ImageLookUp()
337 mlib_v_ImageLookUpSI_S32_S32(sa, slb, da, dlb, xsize, ysize, in mlib_ImageLookUp()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/native/libmlib_image/
H A Dmlib_v_ImageLookUp.c85 xsize, ysize, (const TYPE **) table); \
89 xsize, ysize, (const TYPE **) table); \
93 xsize, ysize, (const TYPE **) table); \
105 xsize, ysize, (const TYPE **) table); \
109 xsize, ysize, (const TYPE **) table); \
113 xsize, ysize, (const TYPE **) table); \
117 xsize, ysize, (const TYPE **) table); \
129 mlib_s32 slb, dlb, xsize, ysize, nchan, ichan, bitoff_src; in mlib_ImageLookUp() local
142 xsize = mlib_ImageGetWidth(src); in mlib_ImageLookUp()
337 mlib_v_ImageLookUpSI_S32_S32(sa, slb, da, dlb, xsize, ysize, in mlib_ImageLookUp()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageLookUp.c85 xsize, ysize, (const TYPE **) table); \
89 xsize, ysize, (const TYPE **) table); \
93 xsize, ysize, (const TYPE **) table); \
105 xsize, ysize, (const TYPE **) table); \
109 xsize, ysize, (const TYPE **) table); \
113 xsize, ysize, (const TYPE **) table); \
117 xsize, ysize, (const TYPE **) table); \
129 mlib_s32 slb, dlb, xsize, ysize, nchan, ichan, bitoff_src; in mlib_ImageLookUp() local
142 xsize = mlib_ImageGetWidth(src); in mlib_ImageLookUp()
337 mlib_v_ImageLookUpSI_S32_S32(sa, slb, da, dlb, xsize, ysize, in mlib_ImageLookUp()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/native/libmlib_image/
H A Dmlib_v_ImageLookUp.c85 xsize, ysize, (const TYPE **) table); \
89 xsize, ysize, (const TYPE **) table); \
93 xsize, ysize, (const TYPE **) table); \
105 xsize, ysize, (const TYPE **) table); \
109 xsize, ysize, (const TYPE **) table); \
113 xsize, ysize, (const TYPE **) table); \
117 xsize, ysize, (const TYPE **) table); \
129 mlib_s32 slb, dlb, xsize, ysize, nchan, ichan, bitoff_src; in mlib_ImageLookUp() local
142 xsize = mlib_ImageGetWidth(src); in mlib_ImageLookUp()
337 mlib_v_ImageLookUpSI_S32_S32(sa, slb, da, dlb, xsize, ysize, in mlib_ImageLookUp()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/native/libmlib_image/
H A Dmlib_v_ImageLookUp.c85 xsize, ysize, (const TYPE **) table); \
89 xsize, ysize, (const TYPE **) table); \
93 xsize, ysize, (const TYPE **) table); \
105 xsize, ysize, (const TYPE **) table); \
109 xsize, ysize, (const TYPE **) table); \
113 xsize, ysize, (const TYPE **) table); \
117 xsize, ysize, (const TYPE **) table); \
129 mlib_s32 slb, dlb, xsize, ysize, nchan, ichan, bitoff_src; in mlib_ImageLookUp() local
142 xsize = mlib_ImageGetWidth(src); in mlib_ImageLookUp()
337 mlib_v_ImageLookUpSI_S32_S32(sa, slb, da, dlb, xsize, ysize, in mlib_ImageLookUp()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageLookUp.c85 xsize, ysize, (const TYPE **) table); \
89 xsize, ysize, (const TYPE **) table); \
93 xsize, ysize, (const TYPE **) table); \
105 xsize, ysize, (const TYPE **) table); \
109 xsize, ysize, (const TYPE **) table); \
113 xsize, ysize, (const TYPE **) table); \
117 xsize, ysize, (const TYPE **) table); \
129 mlib_s32 slb, dlb, xsize, ysize, nchan, ichan, bitoff_src; in mlib_ImageLookUp() local
142 xsize = mlib_ImageGetWidth(src); in mlib_ImageLookUp()
337 mlib_v_ImageLookUpSI_S32_S32(sa, slb, da, dlb, xsize, ysize, in mlib_ImageLookUp()
[all …]
/dports/graphics/liblug/lug/utils/
H A Dcut.c34 cut_bitmap( inbitmap, outbitmap, xini, yini, xsize, ysize) in cut_bitmap() argument
37 int xsize, ysize;
54 xend = xsize + xini;
56 if ( xend > inbitmap->xsize || yend > inbitmap->ysize)
63 outbitmap->xsize = xsize;
67 totalsize = xsize * ysize;
75 rptr= inbitmap->r + yini * inbitmap->xsize;
77 gptr= inbitmap->g + yini * inbitmap->xsize;
78 bptr= inbitmap->b + yini * inbitmap->xsize;
82 for ( j = 0; j < inbitmap->xsize; j++ ) {
/dports/astro/openuniverse/openuniverse-1.0beta3/src/
H A Dtexture.cpp68 unsigned short xsize, ysize, zsize; member
215 512 + (y * image->xsize) + (z * image->xsize * image->ysize), in ImageGetRow()
217 fread(buf, 1, image->xsize, image->file); in ImageGetRow()
233 (*width) = image->xsize; in read_texture()
237 (unsigned *) malloc(image->xsize * image->ysize * in read_texture()
253 image->xsize); in read_texture()
254 lptr += image->xsize; in read_texture()
260 image->xsize); in read_texture()
261 lptr += image->xsize; in read_texture()
266 lptr += image->xsize; in read_texture()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/tools/
H A Dsgisv.c172 for (x = 0; x <= xsize; x++) { in svRGBSeparate()
178 rp += xsize+1, gp += xsize+1, bp += xsize+1; in svRGBSeparate()
179 ss += xsize+1; in svRGBSeparate()
209 for (x = 0; x <= xsize; x++) { in svRGBContig()
216 ss += xsize+1; in svRGBContig()
240 for (x = 0; x <= xsize; x++) { in svGrey()
246 ss += xsize+1; in svGrey()
258 int xsize, ysize; in tiffsv() local
268 xsize = ABS(x2-x1); in tiffsv()
270 if (xorg+xsize > xmaxscreen) in tiffsv()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/tools/
H A Dsgisv.c174 for (x = 0; x <= xsize; x++) { in svRGBSeparate()
180 rp += xsize+1, gp += xsize+1, bp += xsize+1; in svRGBSeparate()
181 ss += xsize+1; in svRGBSeparate()
211 for (x = 0; x <= xsize; x++) { in svRGBContig()
218 ss += xsize+1; in svRGBContig()
242 for (x = 0; x <= xsize; x++) { in svGrey()
248 ss += xsize+1; in svGrey()
260 int xsize, ysize; in tiffsv() local
270 xsize = ABS(x2-x1); in tiffsv()
272 if (xorg+xsize > xmaxscreen) in tiffsv()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/tools/
H A Dsgisv.c171 for (x = 0; x <= xsize; x++) { in svRGBSeparate()
177 rp += xsize+1, gp += xsize+1, bp += xsize+1; in svRGBSeparate()
178 ss += xsize+1; in svRGBSeparate()
208 for (x = 0; x <= xsize; x++) { in svRGBContig()
215 ss += xsize+1; in svRGBContig()
239 for (x = 0; x <= xsize; x++) { in svGrey()
245 ss += xsize+1; in svGrey()
257 int xsize, ysize; in tiffsv() local
267 xsize = ABS(x2-x1); in tiffsv()
269 if (xorg+xsize > xmaxscreen) in tiffsv()
[all …]
/dports/games/torcs/torcs-1.3.7/src/modules/graphic/ssggraph/
H A Dgrtexture.cpp148 for (x = 0; x < sgihdr->xsize; x++) { in grSGIHeader()
157 for (x = 0; x < sgihdr->xsize; x++) { in grSGIHeader()
168 for (x = 0; x < sgihdr->xsize; x++) { in grSGIHeader()
199 info->width = sgihdr->xsize; in grSGIHeader()
215 if (!((xsize & (xsize-1))==0) || !((ysize & (ysize-1))==0)) { in grMakeMipMaps()
234 int w1 = xsize >> l1; in grMakeMipMaps()
236 int w2 = xsize >> l2; in grMakeMipMaps()
324 if (xsize > tlimit || ysize > tlimit) { in grMakeMipMaps()
340 xsize >>= 1; in grMakeMipMaps()
346 if (xsize < 8 && ysize < 8) { in grMakeMipMaps()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/tools/
H A Dsgisv.c171 for (x = 0; x <= xsize; x++) { in svRGBSeparate()
177 rp += xsize+1, gp += xsize+1, bp += xsize+1; in svRGBSeparate()
178 ss += xsize+1; in svRGBSeparate()
208 for (x = 0; x <= xsize; x++) { in svRGBContig()
215 ss += xsize+1; in svRGBContig()
239 for (x = 0; x <= xsize; x++) { in svGrey()
245 ss += xsize+1; in svGrey()
257 int xsize, ysize; in tiffsv() local
267 xsize = ABS(x2-x1); in tiffsv()
269 if (xorg+xsize > xmaxscreen) in tiffsv()
[all …]

12345678910>>...372