Searched refs:DecoderState (Results 1 – 6 of 6) sorted by relevance
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()[all …]
83 #define DecoderState(tif) ZState(tif) macro100 ZIPState* sp = DecoderState(tif); in ZIPSetupDecode()126 ZIPState* sp = DecoderState(tif); in ZIPPreDecode()152 ZIPState* sp = DecoderState(tif); in ZIPDecode()
63 #define DecoderState(tif) LState(tif) macro112 LZMAState* sp = DecoderState(tif); in LZMASetupDecode()133 LZMAState* sp = DecoderState(tif); in LZMAPreDecode()168 LZMAState* sp = DecoderState(tif); in LZMADecode()
173 #define DecoderState(tif) ((LogLuvState*) (tif)->tif_data) macro187 LogLuvState* sp = DecoderState(tif); in LogL16Decode()263 LogLuvState* sp = DecoderState(tif); in LogLuvDecode24()331 sp = DecoderState(tif); in LogLuvDecode32()1282 LogLuvState* sp = DecoderState(tif); in LogL16InitState()1382 LogLuvState* sp = DecoderState(tif); in LogLuvInitState()1436 LogLuvState* sp = DecoderState(tif); in LogLuvSetupDecode()1603 LogLuvState* sp = DecoderState(tif); in LogLuvVSetField()
89 #define DecoderState(tif) ((Fax3CodecState*) Fax3State(tif)) macro105 Fax3CodecState* sp = DecoderState(tif); \149 Fax3CodecState* sp = DecoderState(tif); in Fax3PreDecode()1121 Fax3CodecState* sp = DecoderState(tif); in Fax3Cleanup()1173 DecoderState(tif)->fill = va_arg(ap, TIFFFaxFillFunc); in Fax3VSetField()1219 *va_arg(ap, TIFFFaxFillFunc*) = DecoderState(tif)->fill; in Fax3VGetField()1341 DecoderState(tif)->runs = NULL; in InitCCITTFax3()
596 #define DecoderState(tif) ((PixarLogState*) (tif)->tif_data) macro676 PixarLogState* sp = DecoderState(tif); in PixarLogSetupDecode()724 PixarLogState* sp = DecoderState(tif); in PixarLogPreDecode()747 PixarLogState* sp = DecoderState(tif); in PixarLogDecode()