Home
last modified time | relevance | path

Searched refs:DecoderState (Results 1 – 5 of 5) 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()
591 LZWCodecState *sp = DecoderState(tif); in LZWDecodeCompat()
1094 if (DecoderState(tif)->dec_codetab) in LZWCleanup()
1095 _TIFFfree(DecoderState(tif)->dec_codetab); in LZWCleanup()
[all …]
Dtif_zip.c83 #define DecoderState(tif) ZState(tif) macro
100 ZIPState* sp = DecoderState(tif); in ZIPSetupDecode()
126 ZIPState* sp = DecoderState(tif); in ZIPPreDecode()
152 ZIPState* sp = DecoderState(tif); in ZIPDecode()
Dtif_luv.c173 #define DecoderState(tif) ((LogLuvState*) (tif)->tif_data) macro
187 LogLuvState* sp = DecoderState(tif); in LogL16Decode()
263 LogLuvState* sp = DecoderState(tif); in LogLuvDecode24()
331 sp = DecoderState(tif); in LogLuvDecode32()
1274 LogLuvState* sp = DecoderState(tif); in LogL16InitState()
1366 LogLuvState* sp = DecoderState(tif); in LogLuvInitState()
1420 LogLuvState* sp = DecoderState(tif); in LogLuvSetupDecode()
1587 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()
1108 Fax3CodecState* sp = DecoderState(tif); in Fax3Cleanup()
1160 DecoderState(tif)->fill = va_arg(ap, TIFFFaxFillFunc); in Fax3VSetField()
1206 *va_arg(ap, TIFFFaxFillFunc*) = DecoderState(tif)->fill; in Fax3VGetField()
1324 DecoderState(tif)->runs = NULL; in InitCCITTFax3()
Dtif_pixarlog.c594 #define DecoderState(tif) ((PixarLogState*) (tif)->tif_data) macro
674 PixarLogState* sp = DecoderState(tif); in PixarLogSetupDecode()
722 PixarLogState* sp = DecoderState(tif); in PixarLogPreDecode()
745 PixarLogState* sp = DecoderState(tif); in PixarLogDecode()