Lines Matching refs:DecoderState
158 #define DecoderState(tif) ((LZWCodecState*) LZWState(tif)) macro
202 LZWCodecState* sp = DecoderState(tif); in LZWSetupDecode()
218 DecoderState(tif)->dec_codetab = NULL; in LZWSetupDecode()
219 DecoderState(tif)->dec_decode = NULL; in LZWSetupDecode()
226 sp = DecoderState(tif); in LZWSetupDecode()
264 LZWCodecState *sp = DecoderState(tif); in LZWPreDecode()
363 LZWCodecState *sp = DecoderState(tif); in LZWDecode()
596 LZWCodecState *sp = DecoderState(tif); in LZWDecodeCompat()
1104 if (DecoderState(tif)->dec_codetab) in LZWCleanup()
1105 _TIFFfree(DecoderState(tif)->dec_codetab); in LZWCleanup()
1127 DecoderState(tif)->dec_codetab = NULL; in TIFFInitLZW()
1128 DecoderState(tif)->dec_decode = NULL; in TIFFInitLZW()