Searched refs:TIFFhowmany (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_tile.c81 uint32 xpt = TIFFhowmany(td->td_imagewidth, dx);
82 uint32 ypt = TIFFhowmany(td->td_imagelength, dy);
83 uint32 zpt = TIFFhowmany(td->td_imagedepth, dz);
148 multiply(tif, multiply(tif, TIFFhowmany(td->td_imagewidth, dx),
149 TIFFhowmany(td->td_imagelength, dy),
151 TIFFhowmany(td->td_imagedepth, dz), "TIFFNumberOfTiles");
209 /* NB: don't need TIFFhowmany here 'cuz everything is rounded */
H A Dtiffiop.h201 #define TIFFhowmany(x, y) ((((uint32)(x))+(((uint32)(y))-1))/((uint32)(y))) macro
203 #define TIFFroundup(x, y) (TIFFhowmany(x,y)*(y))
H A Dtif_write.c109 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip);
201 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip);
292 TIFFhowmany(td->td_imagelength,td->td_rowsperstrip);
376 tif->tif_row = (tile % TIFFhowmany(td->td_imagelength, td->td_tilelength))
378 tif->tif_col = (tile % TIFFhowmany(td->td_imagewidth, td->td_tilewidth))
H A Dtif_strip.c93 TIFFhowmany(td->td_imagelength, td->td_rowsperstrip));
134 /* NB: don't need TIFFhowmany here 'cuz everything is rounded */
H A Dtif_read.c582 (tile % TIFFhowmany(td->td_imagewidth, td->td_tilewidth)) *
585 (tile % TIFFhowmany(td->td_imagelength, td->td_tilelength)) *
H A Dtif_jpeg.c679 segment_width = TIFFhowmany(segment_width, sp->h_sampling);
680 segment_height = TIFFhowmany(segment_height, sp->v_sampling);
1096 segment_width = TIFFhowmany(segment_width, sp->h_sampling);
1097 segment_height = TIFFhowmany(segment_height, sp->v_sampling);
H A Dtif_vms.c148 TIFFhowmany(size,512), 0,0,0);
H A Dtif_ojpeg.c926 sp->cinfo.c.image_width = TIFFhowmany(segment_width,sp->h_sampling);
927 sp->cinfo.c.image_height=TIFFhowmany(segment_height,sp->v_sampling);
1397 "TIFFhowmany()"?). Before we get here, "OJPEGSetupDecode()" verified
H A Dtif_dirread.c1479 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes);

Completed in 100 milliseconds