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()364 LZWCodecState *sp = DecoderState(tif); in LZWDecode()601 LZWCodecState *sp = DecoderState(tif); in LZWDecodeCompat()1140 if (DecoderState(tif)->dec_codetab) in LZWCleanup()1141 _TIFFfree(DecoderState(tif)->dec_codetab); in LZWCleanup()1163 DecoderState(tif)->dec_codetab = NULL; in TIFFInitLZW()[all …]
83 #define DecoderState(tif) ZState(tif) macro100 ZIPState* sp = DecoderState(tif); in ZIPSetupDecode()130 ZIPState* sp = DecoderState(tif); in ZIPPreDecode()156 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()
174 #define DecoderState(tif) ((LogLuvState*) (tif)->tif_data) macro188 LogLuvState* sp = DecoderState(tif); in LogL16Decode()264 LogLuvState* sp = DecoderState(tif); in LogLuvDecode24()332 sp = DecoderState(tif); in LogLuvDecode32()1284 LogLuvState* sp = DecoderState(tif); in LogL16InitState()1386 LogLuvState* sp = DecoderState(tif); in LogLuvInitState()1442 LogLuvState* sp = DecoderState(tif); in LogLuvSetupDecode()1618 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()1155 Fax3CodecState* sp = DecoderState(tif); in Fax3Cleanup()1207 DecoderState(tif)->fill = va_arg(ap, TIFFFaxFillFunc); in Fax3VSetField()1253 *va_arg(ap, TIFFFaxFillFunc*) = DecoderState(tif)->fill; in Fax3VGetField()1376 DecoderState(tif)->runs = NULL; in InitCCITTFax3()
596 #define DecoderState(tif) ((PixarLogState*) (tif)->tif_data) macro674 PixarLogState* sp = DecoderState(tif); in PixarLogSetupDecode()739 PixarLogState* sp = DecoderState(tif); in PixarLogPreDecode()762 PixarLogState* sp = DecoderState(tif); in PixarLogDecode()
Completed in 15 milliseconds