HomeSort by relevance Sort by last modified time
    Searched refs:TIFFroundup_32 (Results 1 - 12 of 12) sorted by null

  /external/opencv3/3rdparty/libtiff/
tif_tile.c 287 *tw = TIFFroundup_32(*tw, 16);
289 *th = TIFFroundup_32(*th, 16);
tif_color.c 227 (uint8*) ycbcr+TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long)));
tiffiop.h 248 #define TIFFroundup_32(x, y) (TIFFhowmany_32(x,y)*(y))
tif_jpeg.c     [all...]
tif_fax3.c 513 nruns = TIFFroundup_32(rowpixels,32);
    [all...]
tif_getimage.c     [all...]
  /external/pdfium/third_party/libtiff/
tif_tile.c 310 *tw = TIFFroundup_32(*tw, 16);
312 *th = TIFFroundup_32(*th, 16);
tif_color.c 227 (uint8*) ycbcr+TIFFroundup_32(sizeof (TIFFYCbCrToRGB), sizeof (long)));
tiffiop.h 253 #define TIFFroundup_32(x, y) (TIFFhowmany_32(x,y)*(y))
tif_jpeg.c     [all...]
tif_fax3.c 514 nruns = TIFFroundup_32(rowpixels,32);
    [all...]
tif_getimage.c     [all...]

Completed in 190 milliseconds