Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_lzw.c135 long dec_restart; /* restart count */ member
318 sp->dec_restart = 0; in LZWPreDecode()
386 if (sp->dec_restart) { in LZWDecode()
390 residue = codep->length - sp->dec_restart; in LZWDecode()
398 sp->dec_restart += occ; in LZWDecode()
423 sp->dec_restart = 0; in LZWDecode()
517 sp->dec_restart = (long)occ; in LZWDecode()
612 if (sp->dec_restart) { in LZWDecodeCompat()
616 residue = codep->length - sp->dec_restart; in LZWDecodeCompat()
624 sp->dec_restart += occ; in LZWDecodeCompat()
[all …]
/external/opencv3/3rdparty/libtiff/
Dtif_lzw.c135 long dec_restart; /* restart count */ member
316 sp->dec_restart = 0; in LZWPreDecode()
383 if (sp->dec_restart) { in LZWDecode()
387 residue = codep->length - sp->dec_restart; in LZWDecode()
395 sp->dec_restart += occ; in LZWDecode()
420 sp->dec_restart = 0; in LZWDecode()
512 sp->dec_restart = (long)occ; in LZWDecode()
607 if (sp->dec_restart) { in LZWDecodeCompat()
611 residue = codep->length - sp->dec_restart; in LZWDecodeCompat()
619 sp->dec_restart += occ; in LZWDecodeCompat()
[all …]