Home
last modified time | relevance | path

Searched refs:TIFFInitLZMA (Results 1 – 3 of 3) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_codec.c73 #define TIFFInitLZMA NotConfigured macro
101 { "LZMA", COMPRESSION_LZMA, TIFFInitLZMA },
H A Dtiffiop.h400 extern int TIFFInitLZMA(TIFF*, int);
H A Dtif_lzma.c410 TIFFInitLZMA(TIFF* tif, int scheme) in TIFFInitLZMA() function