Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtiff/
H A Dtif_predict.c134 if( tif->tif_decoderow != PredictorDecodeRow ) in PredictorSetupDecode()
136 sp->decoderow = tif->tif_decoderow; in PredictorSetupDecode()
137 tif->tif_decoderow = PredictorDecodeRow; in PredictorSetupDecode()
168 if( tif->tif_decoderow != PredictorDecodeRow ) in PredictorSetupDecode()
170 sp->decoderow = tif->tif_decoderow; in PredictorSetupDecode()
171 tif->tif_decoderow = PredictorDecodeRow; in PredictorSetupDecode()
H A Dtif_jpeg_12.c39 tif->tif_decoderow = JPEGDecode; in TIFFReInitJPEG_12()
H A Dtif_dumpmode.c127 tif->tif_decoderow = DumpModeDecode; in TIFFInitDumpMode()
H A Dtif_next.c174 tif->tif_decoderow = NeXTDecode; in TIFFInitNeXT()
H A Dtif_thunder.c194 tif->tif_decoderow = ThunderDecodeRow; in TIFFInitThunderScan()
H A Dtif_fax3.c566 tif->tif_decoderow = Fax3Decode2D; in Fax3SetupState()
1384 tif->tif_decoderow = Fax3Decode1D; in InitCCITTFax3()
1532 tif->tif_decoderow = Fax4Decode; in TIFFInitCCITTFax4()
1609 tif->tif_decoderow = Fax3DecodeRLE; in TIFFInitCCITTRLE()
1626 tif->tif_decoderow = Fax3DecodeRLE; in TIFFInitCCITTRLEW()
H A Dtif_luv.c403 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s)) { in LogLuvDecodeStrip()
424 while (cc && (*tif->tif_decoderow)(tif, bp, rowlen, s)) { in LogLuvDecodeTile()
1450 tif->tif_decoderow = LogLuvDecode24; in LogLuvSetupDecode()
1463 tif->tif_decoderow = LogLuvDecode32; in LogLuvSetupDecode()
1480 tif->tif_decoderow = LogL16Decode; in LogLuvSetupDecode()
H A Dtif_packbits.c290 tif->tif_decoderow = PackBitsDecode; in TIFFInitPackBits()
H A Dtif_compress.c141 tif->tif_decoderow = _TIFFNoRowDecode; in _TIFFSetDefaultCompressionState()
H A Dtif_zstd.c418 tif->tif_decoderow = ZSTDDecode; in TIFFInitZSTD()
H A Dtif_zip.c427 tif->tif_decoderow = ZIPDecode; in TIFFInitZIP()
H A Dtif_lzw.c292 tif->tif_decoderow = LZWDecodeCompat; in LZWPreDecode()
1182 tif->tif_decoderow = LZWDecode; in TIFFInitLZW()
H A Dtif_lzma.c479 tif->tif_decoderow = LZMADecode; in TIFFInitLZMA()
H A Dtif_webp.c677 tif->tif_decoderow = TWebPDecode; in TIFFInitWebP()
H A Dtif_jpeg.c1291 tif->tif_decoderow = DecodeRowError; in JPEGPreDecode()
1297 tif->tif_decoderow = JPEGDecode; in JPEGPreDecode()
2533 tif->tif_decoderow = JPEGDecode; in TIFFInitJPEG()
H A Dtif_read.c470 e = (*tif->tif_decoderow) in TIFFReadScanline()
H A Dtif_pixarlog.c1430 tif->tif_decoderow = PixarLogDecode; in TIFFInitPixarLog()
H A Dtif_ojpeg.c453 tif->tif_decoderow=OJPEGDecode; in TIFFInitOJPEG()
/reactos/sdk/include/reactos/libs/libtiff/
H A Dtiffiop.h180 TIFFCodeMethod tif_decoderow; /* scanline decoding routine */ member