Searched refs:LZWCodecState (Results 1 – 1 of 1) sorted by relevance
155 } LZWCodecState; typedef158 #define DecoderState(tif) ((LZWCodecState*) LZWState(tif))159 #define EncoderState(tif) ((LZWCodecState*) LZWState(tif))165 static void cl_hash(LZWCodecState*);202 LZWCodecState* sp = DecoderState(tif); in LZWSetupDecode()211 tif->tif_data = (uint8*) _TIFFmalloc(sizeof(LZWCodecState)); in LZWSetupDecode()264 LZWCodecState *sp = DecoderState(tif); in LZWPreDecode()363 LZWCodecState *sp = DecoderState(tif); in LZWDecode()600 LZWCodecState *sp = DecoderState(tif); in LZWDecodeCompat()800 LZWCodecState* sp = EncoderState(tif); in LZWSetupEncode()[all …]