Lines Matching refs:dec_restart
135 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()
654 sp->dec_restart = 0; in LZWDecodeCompat()
746 sp->dec_restart = occ; in LZWDecodeCompat()