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

  /external/opencv3/3rdparty/libtiff/
tif_strip.c 309 samplingrow_size = TIFFhowmany_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,module),8);
316 scanline_size=TIFFhowmany_64(_TIFFMultiply64(tif,scanline_samples,td->td_bitspersample,module),8);
320 scanline_size=TIFFhowmany_64(_TIFFMultiply64(tif,td->td_imagewidth,td->td_bitspersample,module),8);
tiffiop.h 249 #define TIFFhowmany_64(x, y) ((((uint64)(x))+(((uint64)(y))-1))/((uint64)(y)))
251 #define TIFFroundup_64(x, y) (TIFFhowmany_64(x,y)*(y))
tif_dirread.c     [all...]
  /external/pdfium/third_party/libtiff/
tif_strip.c 309 samplingrow_size = TIFFhowmany_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,module),8);
316 scanline_size=TIFFhowmany_64(_TIFFMultiply64(tif,scanline_samples,td->td_bitspersample,module),8);
321 scanline_size=TIFFhowmany_64(_TIFFMultiply64(tif,td->td_imagewidth,td->td_bitspersample,module),8);
tiffiop.h 254 #define TIFFhowmany_64(x, y) ((((uint64)(x))+(((uint64)(y))-1))/((uint64)(y)))
256 #define TIFFroundup_64(x, y) (TIFFhowmany_64(x,y)*(y))
tif_dirread.c     [all...]

Completed in 105 milliseconds