Home
last modified time | relevance | path

Searched refs:tif_decoderow (Results 1 – 19 of 19) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_predict.c133 if( tif->tif_decoderow != PredictorDecodeRow ) in PredictorSetupDecode()
135 sp->decoderow = tif->tif_decoderow; in PredictorSetupDecode()
136 tif->tif_decoderow = PredictorDecodeRow; in PredictorSetupDecode()
167 if( tif->tif_decoderow != PredictorDecodeRow ) in PredictorSetupDecode()
169 sp->decoderow = tif->tif_decoderow; in PredictorSetupDecode()
170 tif->tif_decoderow = PredictorDecodeRow; in PredictorSetupDecode()
H A Dtif_jpeg_12.c38 tif->tif_decoderow = JPEGDecode; in TIFFReInitJPEG_12()
H A Dtif_dumpmode.c128 tif->tif_decoderow = DumpModeDecode; in TIFFInitDumpMode()
H A Dtif_next.c175 tif->tif_decoderow = NeXTDecode; in TIFFInitNeXT()
H A Dtif_thunder.c195 tif->tif_decoderow = ThunderDecodeRow; in TIFFInitThunderScan()
H A Dtif_fax3.c538 tif->tif_decoderow = Fax3Decode2D; in Fax3SetupState()
1351 tif->tif_decoderow = Fax3Decode1D; in InitCCITTFax3()
1499 tif->tif_decoderow = Fax4Decode; in TIFFInitCCITTFax4()
1576 tif->tif_decoderow = Fax3DecodeRLE; in TIFFInitCCITTRLE()
1593 tif->tif_decoderow = Fax3DecodeRLE; in TIFFInitCCITTRLEW()
H A Dtif_luv.c404 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s)) { in LogLuvDecodeStrip()
425 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s)) { in LogLuvDecodeTile()
1445 tif->tif_decoderow = LogLuvDecode24; in LogLuvSetupDecode()
1458 tif->tif_decoderow = LogLuvDecode32; in LogLuvSetupDecode()
1475 tif->tif_decoderow = LogL16Decode; in LogLuvSetupDecode()
H A Dtif_packbits.c286 tif->tif_decoderow = PackBitsDecode; in TIFFInitPackBits()
H A Dtif_compress.c142 tif->tif_decoderow = _TIFFNoRowDecode; in _TIFFSetDefaultCompressionState()
H A Dtif_lzw.c290 tif->tif_decoderow = LZWDecodeCompat; in LZWPreDecode()
1138 tif->tif_decoderow = LZWDecode; in TIFFInitLZW()
H A Dtif_zip.c443 tif->tif_decoderow = ZIPDecode; in TIFFInitZIP()
H A Dtiffiop.h165 TIFFCodeMethod tif_decoderow; /* scanline decoding routine */ member
H A Dtif_lzma.c473 tif->tif_decoderow = LZMADecode; in TIFFInitLZMA()
H A Dtif_jpeg.c1156 tif->tif_decoderow = DecodeRowError; in JPEGPreDecode()
1162 tif->tif_decoderow = JPEGDecode; in JPEGPreDecode()
2357 tif->tif_decoderow = JPEGDecode; in TIFFInitJPEG()
H A Dtif_read.c304 e = (*tif->tif_decoderow) in TIFFReadScanline()
H A Dtif_pixarlog.c1403 tif->tif_decoderow = PixarLogDecode; in TIFFInitPixarLog()
H A Dtif_ojpeg.c453 tif->tif_decoderow=OJPEGDecode; in TIFFInitOJPEG()
/libtiff-4.0.7/tools/
H A Dfax2tiff.c395 ok = (*tifin->tif_decoderow)(tifin, (tdata_t) rowbuf, in copyFaxFile()
/libtiff-4.0.7/
H A DChangeLog2244 reporting an error is used for tif_decoderow. We cannot meaningfully