Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_lzw.c418 code_t *free_entp, *maxcodep, *oldcodep; in LZWDecode() local
487 oldcodep = sp->dec_oldcodep; in LZWDecode()
515 free_entp->next = oldcodep; in LZWDecode()
516 free_entp->firstchar = oldcodep->firstchar; in LZWDecode()
517 free_entp->length = oldcodep->length + 1; in LZWDecode()
520 (bool)(oldcodep->repeated & (oldcodep->value == code)); in LZWDecode()
536 oldcodep = codep; in LZWDecode()
554 free_entp->value = oldcodep->firstchar; in LZWDecode()
561 (bool)(oldcodep->repeated & (oldcodep->value == free_entp->value)); in LZWDecode()
562 free_entp->next = oldcodep; in LZWDecode()
[all …]