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

  /external/opencv3/3rdparty/libtiff/
tif_strip.c 123 samplingrow_size=TIFFhowmany8_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,module));
355 return (TIFFhowmany8_64(scanline));
357 return (_TIFFMultiply64(tif, TIFFhowmany8_64(scanline),
tif_tile.c 156 return (TIFFhowmany8_64(rowsize));
219 samplingrow_size=TIFFhowmany8_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,module));
tiffiop.h 250 #define TIFFhowmany8_64(x) (((x)&0x07)?((uint64)(x)>>3)+1:(uint64)(x)>>3)
  /external/pdfium/third_party/libtiff/
tif_strip.c 123 samplingrow_size=TIFFhowmany8_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,module));
361 return (TIFFhowmany8_64(scanline));
363 return (_TIFFMultiply64(tif, TIFFhowmany8_64(scanline),
tif_tile.c 173 tilerowsize=TIFFhowmany8_64(rowsize);
242 samplingrow_size=TIFFhowmany8_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,module));
tiffiop.h 255 #define TIFFhowmany8_64(x) (((x)&0x07)?((uint64)(x)>>3)+1:(uint64)(x)>>3)

Completed in 62 milliseconds