Searched refs:TIFFroundup_32 (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/3rdparty/libtiff/ |
H A D | tif_tile.c | 287 *tw = TIFFroundup_32(*tw, 16); in _TIFFDefaultTileSize() 289 *th = TIFFroundup_32(*th, 16); in _TIFFDefaultTileSize()
|
H A D | tif_color.c | 244 (uint8*) ycbcr+TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long))); in TIFFYCbCrToRGBInit()
|
H A D | tif_jpeg.c | 2389 s = TIFFroundup_32(s, td->td_ycbcrsubsampling[1] * DCTSIZE); in JPEGDefaultStripSize() 2400 *tw = TIFFroundup_32(*tw, td->td_ycbcrsubsampling[0] * DCTSIZE); in JPEGDefaultTileSize() 2401 *th = TIFFroundup_32(*th, td->td_ycbcrsubsampling[1] * DCTSIZE); in JPEGDefaultTileSize()
|
H A D | tif_fax3.c | 542 nruns = TIFFroundup_32(rowpixels,32); in Fax3SetupState()
|
H A D | tif_getimage.c | 2292 TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long)) in initYCbCrConversion()
|
/reactos/sdk/include/reactos/libs/libtiff/ |
H A D | tiffiop.h | 272 #define TIFFroundup_32(x, y) (TIFFhowmany_32(x,y)*(y)) macro
|