Home
last modified time | relevance | path

Searched refs:sect_width (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffcrop.c6661 uint32 sect_width; in extractImageSection() local
6704 sect_width = last_col - first_col + 1; in extractImageSection()
6709 full_bytes = (sect_width * spp * bps) / 8; /* number of COMPLETE bytes per row in section */ in extractImageSection()
6710 trailing_bits = (sect_width * bps) % 8; in extractImageSection()
6718 sect_width, sect_length, full_bytes, trailing_bits); in extractImageSection()