Searched refs:TIFFhowmany8 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_strip.c130 scanline = TIFFhowmany8(multiply(tif, w, td->td_bitspersample,
229 return ((tsize_t) TIFFhowmany8(scanline));
249 return ((tsize_t) TIFFhowmany8(scanline));
251 return ((tsize_t) multiply (tif, TIFFhowmany8(scanline),
H A Dtif_tile.c174 return ((tsize_t) TIFFhowmany8(rowsize));
204 TIFFhowmany8(multiply(tif, w, td->td_bitspersample,
H A Dtiffiop.h202 #define TIFFhowmany8(x) (((x)&0x07)?((uint32)(x)>>3)+1:(uint32)(x)>>3) macro
H A Dtif_dirinfo.c382 uint32 bps = TIFFhowmany8(tif->tif_dir.td_bitspersample);

Completed in 72 milliseconds