Searched refs:tif_decodestrip (Results 1 – 15 of 15) sorted by relevance
129 tif->tif_decodestrip = DumpModeDecode; in TIFFInitDumpMode()
168 tif->tif_decodestrip = NeXTDecode; in TIFFInitNeXT()
128 sp->decodestrip = tif->tif_decodestrip; in PredictorSetupDecode()129 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()162 sp->decodestrip = tif->tif_decodestrip; in PredictorSetupDecode()163 tif->tif_decodestrip = PredictorDecodeTile; in PredictorSetupDecode()
195 tif->tif_decodestrip = ThunderDecodeRow; in TIFFInitThunderScan()
539 tif->tif_decodestrip = Fax3Decode2D; in Fax3SetupState()1335 tif->tif_decodestrip = Fax3Decode1D; in InitCCITTFax3()1483 tif->tif_decodestrip = Fax4Decode; in TIFFInitCCITTFax4()1560 tif->tif_decodestrip = Fax3DecodeRLE; in TIFFInitCCITTRLE()1577 tif->tif_decodestrip = Fax3DecodeRLE; in TIFFInitCCITTRLEW()
282 tif->tif_decodestrip = PackBitsDecode; in TIFFInitPackBits()
143 tif->tif_decodestrip = _TIFFNoStripDecode; in _TIFFSetDefaultCompressionState()
444 tif->tif_decodestrip = ZIPDecode; in TIFFInitZIP()
291 tif->tif_decodestrip = LZWDecodeCompat; in LZWPreDecode()1129 tif->tif_decodestrip = LZWDecode; in TIFFInitLZW()
166 TIFFCodeMethod tif_decodestrip; /* strip decoding routine */ member
1165 tif->tif_decodestrip = JPEGDecodeRaw; in JPEGPreDecode()1171 tif->tif_decodestrip = JPEGDecode; in JPEGPreDecode()2367 tif->tif_decodestrip = JPEGDecode; in TIFFInitJPEG()
357 if ((*tif->tif_decodestrip)(tif,buf,stripsize,plane)<=0) in TIFFReadEncodedStrip()
1666 tif->tif_decodestrip = LogLuvDecodeStrip; in TIFFInitSGILog()
1396 tif->tif_decodestrip = PixarLogDecode; in TIFFInitPixarLog()
463 tif->tif_decodestrip=OJPEGDecode; in TIFFInitOJPEG()