Searched refs:tif_decoderow (Results 1 – 15 of 15) sorted by relevance
124 if( tif->tif_decoderow != PredictorDecodeRow ) in PredictorSetupDecode()126 sp->decoderow = tif->tif_decoderow; in PredictorSetupDecode()127 tif->tif_decoderow = PredictorDecodeRow; in PredictorSetupDecode()158 if( tif->tif_decoderow != PredictorDecodeRow ) in PredictorSetupDecode()160 sp->decoderow = tif->tif_decoderow; in PredictorSetupDecode()161 tif->tif_decoderow = PredictorDecodeRow; in PredictorSetupDecode()
128 tif->tif_decoderow = DumpModeDecode; in TIFFInitDumpMode()
167 tif->tif_decoderow = NeXTDecode; in TIFFInitNeXT()
194 tif->tif_decoderow = ThunderDecodeRow; in TIFFInitThunderScan()
538 tif->tif_decoderow = Fax3Decode2D; in Fax3SetupState()1334 tif->tif_decoderow = Fax3Decode1D; in InitCCITTFax3()1482 tif->tif_decoderow = Fax4Decode; in TIFFInitCCITTFax4()1559 tif->tif_decoderow = Fax3DecodeRLE; in TIFFInitCCITTRLE()1576 tif->tif_decoderow = Fax3DecodeRLE; in TIFFInitCCITTRLEW()
386 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s)) in LogLuvDecodeStrip()405 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s)) in LogLuvDecodeTile()1396 tif->tif_decoderow = LogLuvDecode24; in LogLuvSetupDecode()1409 tif->tif_decoderow = LogLuvDecode32; in LogLuvSetupDecode()1426 tif->tif_decoderow = LogL16Decode; in LogLuvSetupDecode()
281 tif->tif_decoderow = PackBitsDecode; in TIFFInitPackBits()
142 tif->tif_decoderow = _TIFFNoRowDecode; in _TIFFSetDefaultCompressionState()
443 tif->tif_decoderow = ZIPDecode; in TIFFInitZIP()
290 tif->tif_decoderow = LZWDecodeCompat; in LZWPreDecode()1128 tif->tif_decoderow = LZWDecode; in TIFFInitLZW()
164 TIFFCodeMethod tif_decoderow; /* scanline decoding routine */ member
1164 tif->tif_decoderow = DecodeRowError; in JPEGPreDecode()1170 tif->tif_decoderow = JPEGDecode; in JPEGPreDecode()2366 tif->tif_decoderow = JPEGDecode; in TIFFInitJPEG()
299 e = (*tif->tif_decoderow) in TIFFReadScanline()
1395 tif->tif_decoderow = PixarLogDecode; in TIFFInitPixarLog()
462 tif->tif_decoderow=OJPEGDecode; in TIFFInitOJPEG()