Lines Matching refs:strip
30 * Strip-organized Image Support Routines.
35 * Compute which strip a (row,sample) value is in.
42 uint32 strip;
44 strip = row / td->td_rowsperstrip;
52 strip += (uint32)sample*td->td_stripsperimage;
54 return (strip);
75 * Compute the # bytes in a variable height, row-aligned strip.
146 * Compute the # bytes in a raw strip.
149 TIFFRawStripSize64(TIFF* tif, uint32 strip)
153 uint64 bytecount = td->td_stripbytecount[strip];
159 "%I64u: Invalid strip byte count, strip %lu",
161 (unsigned long) strip);
164 "%llu: Invalid strip byte count, strip %lu",
166 (unsigned long) strip);
174 TIFFRawStripSize(TIFF* tif, uint32 strip)
179 m=TIFFRawStripSize64(tif,strip);
195 * Compute the # bytes in a (row-aligned) strip.
198 * recorded ImageLength, then the strip size is
200 * to hold the strip.
228 * Compute a default strip size based on the image
230 * request is <1 then we choose a strip size according
269 * strip size divided by the strip height, i.e. the size of a pack of vertical