Home
last modified time | relevance | path

Searched refs:TIFFroundup_32 (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_tile.c287 *tw = TIFFroundup_32(*tw, 16); in _TIFFDefaultTileSize()
289 *th = TIFFroundup_32(*th, 16); in _TIFFDefaultTileSize()
Dtif_color.c244 (uint8*) ycbcr+TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long))); in TIFFYCbCrToRGBInit()
Dtiffiop.h271 #define TIFFroundup_32(x, y) (TIFFhowmany_32(x,y)*(y)) macro
Dtif_jpeg.c2397 s = TIFFroundup_32(s, td->td_ycbcrsubsampling[1] * DCTSIZE); in JPEGDefaultStripSize()
2408 *tw = TIFFroundup_32(*tw, td->td_ycbcrsubsampling[0] * DCTSIZE); in JPEGDefaultTileSize()
2409 *th = TIFFroundup_32(*th, td->td_ycbcrsubsampling[1] * DCTSIZE); in JPEGDefaultTileSize()
Dtif_fax3.c542 nruns = TIFFroundup_32(rowpixels,32); in Fax3SetupState()
Dtif_getimage.c2330 TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long)) in initYCbCrConversion()