Lines Matching refs:DecoderState
157 #define DecoderState(tif) ((LZWCodecState*) LZWState(tif)) macro
201 LZWCodecState* sp = DecoderState(tif); in LZWSetupDecode()
217 DecoderState(tif)->dec_codetab = NULL; in LZWSetupDecode()
218 DecoderState(tif)->dec_decode = NULL; in LZWSetupDecode()
225 sp = DecoderState(tif); in LZWSetupDecode()
265 LZWCodecState *sp = DecoderState(tif); in LZWPreDecode()
366 LZWCodecState *sp = DecoderState(tif); in LZWDecode()
606 LZWCodecState *sp = DecoderState(tif); in LZWDecodeCompat()
1148 if (DecoderState(tif)->dec_codetab) in LZWCleanup()
1149 _TIFFfree(DecoderState(tif)->dec_codetab); in LZWCleanup()
1171 DecoderState(tif)->dec_codetab = NULL; in TIFFInitLZW()
1172 DecoderState(tif)->dec_decode = NULL; in TIFFInitLZW()