Searched refs:rowsperstrip (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/test/
H A Dstrip_rw.c57 uint32 rowsperstrip; local
65 rowsperstrip = 1;
73 if (create_image_striped(filename, XSIZE * YSIZE, 1, rowsperstrip,
80 if (read_image_striped(filename, XSIZE * YSIZE, 1, rowsperstrip,
89 if (create_image_striped(filename, 1, XSIZE * YSIZE, rowsperstrip,
96 if (read_image_striped(filename, 1, XSIZE * YSIZE, rowsperstrip,
108 rowsperstrip = 1;
115 if (create_image_striped(filename, XSIZE, YSIZE, rowsperstrip,
122 if (read_image_striped(filename, XSIZE, YSIZE, rowsperstrip,
131 rowsperstrip
[all...]
H A Dstrip.c121 uint32 rowsperstrip, uint16 compression,
149 if (!TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsperstrip)) {
177 name, width, length, rowsperstrip, compression,
185 uint32 rowsperstrip, uint16 compression,
230 || value_u32 != rowsperstrip) {
255 name, width, length, rowsperstrip, compression,
120 create_image_striped(const char *name, uint32 width, uint32 length, uint32 rowsperstrip, uint16 compression, uint16 spp, uint16 bps, uint16 photometric, uint16 sampleformat, uint16 planarconfig, const tdata_t array, const tsize_t size) argument
184 read_image_striped(const char *name, uint32 width, uint32 length, uint32 rowsperstrip, uint16 compression, uint16 spp, uint16 bps, uint16 photometric, uint16 sampleformat, uint16 planarconfig, const tdata_t array, const tsize_t size) argument
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2rgba.c50 uint32 rowsperstrip = (uint32) -1; variable
88 rowsperstrip = atoi(optarg);
92 rowsperstrip = atoi(optarg);
255 if( !TIFFGetField(in, TIFFTAG_ROWSPERSTRIP, &rowsperstrip) ) {
260 TIFFSetField(out, TIFFTAG_ROWSPERSTRIP, rowsperstrip);
265 raster_size = multiply(multiply(width, rowsperstrip), sizeof (uint32));
269 (unsigned long) width, (unsigned long) rowsperstrip);
291 for( row = 0; ok && row < height; row += rowsperstrip )
306 TIFFSwabArrayOfLong(raster, width * rowsperstrip);
312 if( row + rowsperstrip > heigh
[all...]
H A Dtiffinfo.c206 uint32 rowsperstrip = (uint32)-1; local
209 TIFFGetField(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip);
210 for (row = 0; row < h; row += rowsperstrip) {
211 uint32 nrow = (row+rowsperstrip > h ?
212 h-row : rowsperstrip);
233 uint32 rowsperstrip = (uint32)-1; local
237 TIFFGetField(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip);
239 for (row = 0; row < h; row += rowsperstrip) {
241 uint32 nrow = (row+rowsperstrip > h ?
242 h-row : rowsperstrip);
[all...]
H A Dsgisv.c42 uint32 rowsperstrip = (uint32) -1; variable
96 rowsperstrip = atoi(optarg);
162 for (y = 0; y <= ysize; y += rowsperstrip) {
167 n = rowsperstrip;
201 for (y = 0; y <= ysize; y += rowsperstrip) {
205 n = rowsperstrip;
296 rowsperstrip = TIFFDefaultStripSize(tif, rowsperstrip);
297 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsperstrip);
H A Dtiffdither.c193 uint32 rowsperstrip = (uint32) -1; local
215 rowsperstrip = atoi(optarg);
267 rowsperstrip = imagelength-1;
269 rowsperstrip = TIFFDefaultStripSize(out, rowsperstrip);
270 TIFFSetField(out, TIFFTAG_ROWSPERSTRIP, rowsperstrip);
H A Drgb2ycbcr.c54 uint32 rowsperstrip = (uint32) -1; variable
97 rowsperstrip = atoi(optarg);
252 uint32 nrows = (rowsperstrip > rheight ? rheight : rowsperstrip);
340 rowsperstrip = TIFFDefaultStripSize(out, rowsperstrip);
341 TIFFSetField(out, TIFFTAG_ROWSPERSTRIP, rowsperstrip);
H A Dppm2tiff.c75 uint32 rowsperstrip = (uint32) -1; local
100 rowsperstrip = atoi(optarg);
221 if (rowsperstrip == (uint32) -1) {
225 TIFFDefaultStripSize(out, rowsperstrip));
231 TIFFDefaultStripSize(out, rowsperstrip));
H A Dfax2tiff.c86 uint32 rowsperstrip; local
281 rowsperstrip =
290 rowsperstrip =
295 rowsperstrip = (defrowsperstrip) ?
298 TIFFSetField(out, TIFFTAG_ROWSPERSTRIP, rowsperstrip);
H A Dgif2tiff.c119 static uint32 rowsperstrip = (uint32) -1; variable
146 rowsperstrip = atoi(optarg);
492 rowsperstrip = TIFFDefaultStripSize(tif, rowsperstrip));
505 for (row=0; row<height; row += rowsperstrip) {
H A Dtiffcp.c79 static uint32 rowsperstrip; variable
293 rowsperstrip = defrowsperstrip;
657 if (rowsperstrip == (uint32) 0) {
659 &rowsperstrip)) {
660 rowsperstrip =
661 TIFFDefaultStripSize(out, rowsperstrip);
663 if (rowsperstrip > length && rowsperstrip != (uint32)-1)
664 rowsperstrip = length;
666 else if (rowsperstrip
1353 uint32 row, rowsperstrip; local
1375 uint32 rowsperstrip; local
[all...]
H A Dras2tiff.c66 uint32 rowsperstrip = (uint32) -1; local
78 rowsperstrip = atoi(optarg);
203 TIFFDefaultStripSize(out, rowsperstrip));
H A Draw2tiff.c93 uint32 rowsperstrip = (uint32) -1; local
114 rowsperstrip = atoi(optarg);
274 rowsperstrip = TIFFDefaultStripSize(out, rowsperstrip);
275 if (rowsperstrip > length) {
276 rowsperstrip = length;
278 TIFFSetField(out, TIFFTAG_ROWSPERSTRIP, rowsperstrip );
H A Dsgi2tiff.c42 static uint32 rowsperstrip = (uint32) -1; variable
89 rowsperstrip = atoi(optarg);
139 TIFFDefaultStripSize(out, rowsperstrip));
H A Dpal2rgb.c73 uint32 rowsperstrip = (uint32) -1; local
101 rowsperstrip = atoi(optarg);
160 rowsperstrip = TIFFDefaultStripSize(out, rowsperstrip));
H A Dtiff2bw.c110 uint32 rowsperstrip = (uint32) -1; local
136 rowsperstrip = atoi(optarg);
209 TIFFDefaultStripSize(out, rowsperstrip));
H A Dbmp2tiff.c229 uint32 rowsperstrip = (uint32) -1; local
255 rowsperstrip = atoi(optarg);
490 TIFFDefaultStripSize(out, rowsperstrip));
H A Dtiffcrop.c432 static uint32 rowsperstrip = 0; variable
1088 uint32 row, nrows, rowsperstrip; local
1092 TIFFGetFieldDefaulted(out, TIFFTAG_ROWSPERSTRIP, &rowsperstrip);
1093 for (row = 0; row < imagelength; row += rowsperstrip)
1095 nrows = (row + rowsperstrip > imagelength) ?
1096 imagelength - row : rowsperstrip;
1124 uint32 row, nrows, rowsize, rowsperstrip; local
1133 (void) TIFFGetFieldDefaulted(out, TIFFTAG_ROWSPERSTRIP, &rowsperstrip);
1137 rowstripsize = rowsperstrip * bytes_per_sample * (width + 1);
1145 for (row = 0; row < length; row += rowsperstrip)
[all...]
H A Dtiffmedian.c91 uint32 rowsperstrip = (uint32) -1; variable
145 rowsperstrip = atoi(optarg);
265 TIFFDefaultStripSize(out, rowsperstrip));
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/ras/
H A Dras2tif.c96 long rowsperstrip; local
200 rowsperstrip = (8 * 1024) / bpsl;
211 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsperstrip);
212 TIFFSetField(tif, TIFFTAG_STRIPBYTECOUNTS, height / rowsperstrip);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_imageiter.c382 uint32 rowsperstrip; local
393 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip);
396 for (row = 0; row < h; row += rowsperstrip) {
397 nrow = (row + rowsperstrip > h ? h - row : rowsperstrip);
423 uint32 rowsperstrip; local
441 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip);
444 for (row = 0; row < h; row += rowsperstrip) {
445 nrow = (row + rowsperstrip > h ? h - row : rowsperstrip);
[all...]
H A Dtif_pdsdirread.c329 uint32 rowsperstrip = td->td_imagelength / td->td_nstrips; local
331 td->td_stripbytecount[i] = rowbytes*rowsperstrip;
1066 tstrip_t strip, nstrips, rowsperstrip; local
1076 rowsperstrip = 1;
1078 rowsperstrip = 8192 / rowbytes;
1079 stripbytes = rowbytes * rowsperstrip;
1082 if (rowsperstrip >= td->td_rowsperstrip)
1117 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsperstrip);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/win_dib/
H A DTiffile.cpp401 uint32 rowsperstrip; local
419 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip);
424 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip;
427 stripsize = ((row + img->row_offset)%rowsperstrip + nrow) * scanline;
435 pos = ((row + img->row_offset) % rowsperstrip) * scanline;
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_getimage.c795 uint32 rowsperstrip; local
818 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip);
824 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip;
832 ((row + img->row_offset)%rowsperstrip + nrowsub) * scanline) < 0
839 pos = ((row + img->row_offset) % rowsperstrip) * scanline;
880 uint32 rowsperstrip, offset_row; local
908 TIFFGetFieldDefaulted(tif, TIFFTAG_ROWSPERSTRIP, &rowsperstrip);
913 rowstoread = rowsperstrip - (row + img->row_offset) % rowsperstrip;
[all...]
H A Dtif_dirread.c1007 uint32 rowsperstrip = td->td_imagelength/td->td_stripsperimage; local
1009 td->td_stripbytecount[strip] = rowbytes * rowsperstrip;
2007 tstrip_t strip, nstrips, rowsperstrip; local
2017 rowsperstrip = 1;
2019 rowsperstrip = STRIP_SIZE_DEFAULT / rowbytes;
2020 stripbytes = rowbytes * rowsperstrip;
2028 if (rowsperstrip >= td->td_rowsperstrip)
2065 TIFFSetField(tif, TIFFTAG_ROWSPERSTRIP, rowsperstrip);

Completed in 312 milliseconds