Home
last modified time | relevance | path

Searched refs:dec_restart (Results 1 – 1 of 1) 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()
424 sp->dec_restart = 0; in LZWDecode()
522 sp->dec_restart = (long)occ; in LZWDecode()
621 if (sp->dec_restart) { in LZWDecodeCompat()
625 residue = codep->length - sp->dec_restart; in LZWDecodeCompat()
633 sp->dec_restart += occ; in LZWDecodeCompat()
[all …]