Searched refs:TIFFroundup (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.c202 TIFFroundup(td->td_tilewidth, td->td_ycbcrsubsampling[0]);
208 nrows = TIFFroundup(nrows, td->td_ycbcrsubsampling[1]);
254 *tw = TIFFroundup(*tw, 16);
256 *th = TIFFroundup(*th, 16);
H A Dtif_strip.c129 w = TIFFroundup(td->td_imagewidth, ycbcrsubsampling[0]);
133 nrows = TIFFroundup(nrows, ycbcrsubsampling[1]);
H A Dtif_read.c306 TIFFroundup(bytecount, 1024)))
493 TIFFroundup(bytecount, 1024)))
530 tif->tif_rawdatasize = TIFFroundup(size, 1024);
H A Dtiffiop.h203 #define TIFFroundup(x, y) (TIFFhowmany(x,y)*(y)) macro
H A Dtif_color.c216 (tidata_t) ycbcr+TIFFroundup(sizeof (TIFFYCbCrToRGB), sizeof (long)));
H A Dtif_jpeg.c1520 s = TIFFroundup(s, td->td_ycbcrsubsampling[1] * DCTSIZE);
1531 *tw = TIFFroundup(*tw, td->td_ycbcrsubsampling[0] * DCTSIZE);
1532 *th = TIFFroundup(*th, td->td_ycbcrsubsampling[1] * DCTSIZE);
H A Dtif_ojpeg.c2413 size = TIFFroundup(size,16);
2414 s = TIFFroundup(s,td->td_ycbcrsubsampling[1]*size);
2437 size = TIFFroundup(size,16);
2439 *tw = TIFFroundup(*tw,td->td_ycbcrsubsampling[0]*size);
2440 *th = TIFFroundup(*th,td->td_ycbcrsubsampling[1]*size);
H A Dtif_fax3.c497 nruns = needsRefLine ? 2*TIFFroundup(rowpixels,32) : rowpixels;
H A Dtif_getimage.c2010 TIFFroundup(sizeof (TIFFYCbCrToRGB), sizeof (long))

Completed in 185 milliseconds