Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_lzw.c139 decodeFunc dec_decode; /* regular or backwards compatible */ member
219 DecoderState(tif)->dec_decode = NULL; in LZWSetupDecode()
280 if (!sp->dec_decode) { in LZWPreDecode()
299 sp->dec_decode = LZWDecodeCompat; in LZWPreDecode()
303 if (!sp->dec_decode) { in LZWPreDecode()
306 sp->dec_decode = LZWDecode; in LZWPreDecode()
312 sp->dec_decode = LZWDecode; in LZWPreDecode()
1153 DecoderState(tif)->dec_decode = NULL; in TIFFInitLZW()