Searched refs:clumpoffset (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A DtiffJpeg.c914 int clumpoffset, ci, xpos, ypos; local
944 clumpoffset = 0; /* first sample in clump */
952 outptr = ((JSAMPLE*) buf) + clumpoffset;
967 clumpoffset += hsamp;
1332 int clumpoffset, ci, xpos, ypos; local
1349 clumpoffset = 0; /* first sample in clump */
1358 inptr = ((JSAMPLE*) buf) + clumpoffset;
1379 clumpoffset += hsamp;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_jpeg.c1005 int ci, clumpoffset; local
1018 clumpoffset = 0; /* first sample in clump */
1029 JSAMPLE *outptr = (JSAMPLE*)tmpbuf + clumpoffset;
1031 JSAMPLE *outptr = (JSAMPLE*)buf + clumpoffset;
1051 clumpoffset += hsamp;
1459 int clumpoffset, ci, xpos, ypos; local
1485 clumpoffset = 0; /* first sample in clump */
1494 inptr = ((JSAMPLE*) buf) + clumpoffset;
1515 clumpoffset += hsamp;

Completed in 68 milliseconds