Home | History | Annotate | Download | only in libtiff

Lines Matching full:clumpoffset

1397 			int ci, clumpoffset;
1416 clumpoffset = 0; /* first sample in clump */
1428 JSAMPLE *outptr = (JSAMPLE*)tmpbuf + clumpoffset;
1430 JSAMPLE *outptr = (JSAMPLE*)buf + clumpoffset;
1431 if (cc < (tmsize_t) (clumpoffset + samples_per_clump*(clumps_per_line-1) + hsamp)) {
1454 clumpoffset += hsamp;
1967 int clumpoffset, ci, xpos, ypos;
1993 clumpoffset = 0; /* first sample in clump */
2002 inptr = ((JSAMPLE*) buf) + clumpoffset;
2023 clumpoffset += hsamp;