Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libtiff/
Dtif_jpeg.c162 int scancount; /* number of "scanlines" accumulated */ member
1159 sp->scancount = DCTSIZE; /* mark buffer empty */ in JPEGPreDecode()
1335 if (sp->scancount >= DCTSIZE) { in JPEGDecodeRaw()
1339 sp->scancount = 0; in JPEGDecodeRaw()
1354 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGDecodeRaw()
1416 sp->scancount ++; in JPEGDecodeRaw()
1757 sp->scancount = 0; in JPEGPreEncode()
1881 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGEncodeRaw()
1904 sp->scancount++; in JPEGEncodeRaw()
1905 if (sp->scancount >= DCTSIZE) { in JPEGEncodeRaw()
[all …]
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c170 int scancount; /* number of "scanlines" accumulated */ member
1182 sp->scancount = DCTSIZE; /* mark buffer empty */ in JPEGPreDecode()
1406 if (sp->scancount >= DCTSIZE) { in JPEGDecodeRaw()
1410 sp->scancount = 0; in JPEGDecodeRaw()
1425 JSAMPLE *inptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGDecodeRaw()
1487 sp->scancount ++; in JPEGDecodeRaw()
1872 sp->scancount = 0; in JPEGPreEncode()
2003 outptr = sp->ds_buffer[ci][sp->scancount*vsamp + ypos]; in JPEGEncodeRaw()
2026 sp->scancount++; in JPEGEncodeRaw()
2027 if (sp->scancount >= DCTSIZE) { in JPEGEncodeRaw()
[all …]