Home
last modified time | relevance | path

Searched refs:DecoderState (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_lzw.c158 #define DecoderState(tif) ((LZWCodecState*) LZWState(tif)) macro
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()
600 LZWCodecState *sp = DecoderState(tif); in LZWDecodeCompat()
1129 if (DecoderState(tif)->dec_codetab) in LZWCleanup()
1130 _TIFFfree(DecoderState(tif)->dec_codetab); in LZWCleanup()
[all …]
Dtif_zip.c83 #define DecoderState(tif) ZState(tif) macro
100 ZIPState* sp = DecoderState(tif); in ZIPSetupDecode()
130 ZIPState* sp = DecoderState(tif); in ZIPPreDecode()
156 ZIPState* sp = DecoderState(tif); in ZIPDecode()
Dtif_luv.c174 #define DecoderState(tif) ((LogLuvState*) (tif)->tif_data) macro
188 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()
Dtif_fax3.c89 #define DecoderState(tif) ((Fax3CodecState*) Fax3State(tif)) macro
105 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()
Dtif_pixarlog.c596 #define DecoderState(tif) ((PixarLogState*) (tif)->tif_data) macro
674 PixarLogState* sp = DecoderState(tif); in PixarLogSetupDecode()
734 PixarLogState* sp = DecoderState(tif); in PixarLogPreDecode()
757 PixarLogState* sp = DecoderState(tif); in PixarLogDecode()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/deflate64/
DHuffmanDecoder.java110 private DecoderState state;
192 private abstract static class DecoderState { class in HuffmanDecoder
202 private class UncompressedState extends DecoderState {
250 private class InitialState extends DecoderState {
272 private class HuffmanCodes extends DecoderState {