Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_jpeg.c1397 int ci, clumpoffset; in JPEGDecodeRaw() local
1416 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() local
1993 clumpoffset = 0; /* first sample in clump */ in JPEGEncodeRaw()
2002 inptr = ((JSAMPLE*) buf) + clumpoffset; in JPEGEncodeRaw()
2023 clumpoffset += hsamp; in JPEGEncodeRaw()