Searched refs:TIFFroundup_32 (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_tile.c | 310 *tw = TIFFroundup_32(*tw, 16); in _TIFFDefaultTileSize() 312 *th = TIFFroundup_32(*th, 16); in _TIFFDefaultTileSize()
|
A D | tif_color.c | 246 (uint8*) ycbcr+TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long))); in TIFFYCbCrToRGBInit()
|
A D | tiffiop.h | 257 #define TIFFroundup_32(x, y) (TIFFhowmany_32(x,y)*(y)) macro
|
A D | tif_jpeg.c | 2394 s = TIFFroundup_32(s, td->td_ycbcrsubsampling[1] * DCTSIZE); in JPEGDefaultStripSize() 2405 *tw = TIFFroundup_32(*tw, td->td_ycbcrsubsampling[0] * DCTSIZE); in JPEGDefaultTileSize() 2406 *th = TIFFroundup_32(*th, td->td_ycbcrsubsampling[1] * DCTSIZE); in JPEGDefaultTileSize()
|
A D | tif_fax3.c | 544 nruns = TIFFroundup_32(rowpixels,32); in Fax3SetupState()
|
A D | tif_getimage.c | 2282 TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long)) in initYCbCrConversion()
|
Completed in 19 milliseconds