Searched refs:DecoderState (Results 1 – 6 of 6) sorted by relevance
158 #define DecoderState(tif) ((LZWCodecState*) LZWState(tif)) macro202 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()600 LZWCodecState *sp = DecoderState(tif); in LZWDecodeCompat()1129 if (DecoderState(tif)->dec_codetab) in LZWCleanup()1130 _TIFFfree(DecoderState(tif)->dec_codetab); in LZWCleanup()[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()
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()1440 LogLuvState* sp = DecoderState(tif); in LogLuvSetupDecode()1616 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()1151 Fax3CodecState* sp = DecoderState(tif); in Fax3Cleanup()1203 DecoderState(tif)->fill = va_arg(ap, TIFFFaxFillFunc); in Fax3VSetField()1249 *va_arg(ap, TIFFFaxFillFunc*) = DecoderState(tif)->fill; in Fax3VGetField()1372 DecoderState(tif)->runs = NULL; in InitCCITTFax3()
596 #define DecoderState(tif) ((PixarLogState*) (tif)->tif_data) macro674 PixarLogState* sp = DecoderState(tif); in PixarLogSetupDecode()734 PixarLogState* sp = DecoderState(tif); in PixarLogPreDecode()757 PixarLogState* sp = DecoderState(tif); in PixarLogDecode()
110 private DecoderState state;192 private abstract static class DecoderState { class in HuffmanDecoder202 private class UncompressedState extends DecoderState {250 private class InitialState extends DecoderState {272 private class HuffmanCodes extends DecoderState {