Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_lzw.c142 code_t* dec_free_entp; /* next free entry */ member
323 sp->dec_free_entp = sp->dec_codetab + CODE_FIRST; in LZWPreDecode()
331 _TIFFmemset(sp->dec_free_entp, 0, (CSIZE-CODE_FIRST)*sizeof (code_t)); in LZWPreDecode()
436 free_entp = sp->dec_free_entp; in LZWDecode()
562 sp->dec_free_entp = free_entp; in LZWDecode()
663 free_entp = sp->dec_free_entp; in LZWDecodeCompat()
773 sp->dec_free_entp = free_entp; in LZWDecodeCompat()