Searched refs:clumpoffset (Results 1 – 2 of 2) sorted by relevance
1326 int ci, clumpoffset; in JPEGDecodeRaw() local1345 clumpoffset = 0; /* first sample in clump */ in JPEGDecodeRaw()1357 JSAMPLE *outptr = (JSAMPLE*)tmpbuf + clumpoffset; in JPEGDecodeRaw()1359 JSAMPLE *outptr = (JSAMPLE*)buf + clumpoffset; in JPEGDecodeRaw()1360 if (cc < clumpoffset + samples_per_clump*(clumps_per_line-1) + hsamp) { in JPEGDecodeRaw()1383 clumpoffset += hsamp; in JPEGDecodeRaw()1845 int clumpoffset, ci, xpos, ypos; in JPEGEncodeRaw() local1871 clumpoffset = 0; /* first sample in clump */ in JPEGEncodeRaw()1880 inptr = ((JSAMPLE*) buf) + clumpoffset; in JPEGEncodeRaw()1901 clumpoffset += hsamp; in JPEGEncodeRaw()
1397 int ci, clumpoffset; in JPEGDecodeRaw() local1416 clumpoffset = 0; /* first sample in clump */ in JPEGDecodeRaw()1428 JSAMPLE *outptr = (JSAMPLE*)tmpbuf + clumpoffset; in JPEGDecodeRaw()1430 JSAMPLE *outptr = (JSAMPLE*)buf + clumpoffset; in JPEGDecodeRaw()1431 if (cc < (tmsize_t) (clumpoffset + samples_per_clump*(clumps_per_line-1) + hsamp)) { in JPEGDecodeRaw()1454 clumpoffset += hsamp; in JPEGDecodeRaw()1967 int clumpoffset, ci, xpos, ypos; in JPEGEncodeRaw() local1993 clumpoffset = 0; /* first sample in clump */ in JPEGEncodeRaw()2002 inptr = ((JSAMPLE*) buf) + clumpoffset; in JPEGEncodeRaw()2023 clumpoffset += hsamp; in JPEGEncodeRaw()