Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c6657 uint32 j, shift1, shift2, trailing_bits; in extractImageSection() local
6740 shift2 = spp * ((last_col * bps) % 8); in extractImageSection()
6763 row, offset1, shift1, offset2, shift2); in extractImageSection()
6787 bytebuff2 = src_buff[offset2] & ((unsigned char)255 << (7 - shift2)); in extractImageSection()
6832 if (shift2 > shift1) in extractImageSection()
6834 bytebuff1 = src_buff[offset1 + full_bytes] & ((unsigned char)255 << (7 - shift2)); in extractImageSection()
6843 if (shift2 < shift1) in extractImageSection()
6845 bytebuff2 = ((unsigned char)255 << (shift1 - shift2 - 1)); in extractImageSection()