Home
last modified time | relevance | path

Searched refs:tif_preencode (Results 1 – 12 of 12) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_jpeg_12.c42 tif->tif_preencode = JPEGPreEncode; in TIFFReInitJPEG_12()
H A Dtif_write.c142 if (!(*tif->tif_preencode)(tif, sample)) in TIFFWriteScanline()
279 if (!(*tif->tif_preencode)(tif, sample)) in TIFFWriteEncodedStrip()
477 if (!(*tif->tif_preencode)(tif, sample)) in TIFFWriteEncodedTile()
H A Dtif_packbits.c289 tif->tif_preencode = PackBitsPreEncode; in TIFFInitPackBits()
H A Dtif_compress.c147 tif->tif_preencode = _TIFFNoPreCode; in _TIFFSetDefaultCompressionState()
H A Dtif_zip.c447 tif->tif_preencode = ZIPPreEncode; in TIFFInitZIP()
H A Dtiffiop.h163 TIFFPreMethod tif_preencode; /* pre- row/strip/tile encoding */ member
H A Dtif_lzma.c477 tif->tif_preencode = LZMAPreEncode; in TIFFInitLZMA()
H A Dtif_lzw.c1142 tif->tif_preencode = LZWPreEncode; in TIFFInitLZW()
H A Dtif_fax3.c1355 tif->tif_preencode = Fax3PreEncode; in InitCCITTFax3()
H A Dtif_pixarlog.c1407 tif->tif_preencode = PixarLogPreEncode; in TIFFInitPixarLog()
H A Dtif_jpeg.c2361 tif->tif_preencode = JPEGPreEncode; in TIFFInitJPEG()
H A Dtif_ojpeg.c457 tif->tif_preencode=OJPEGPreEncode; in TIFFInitOJPEG()