Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_codec.c101 { "LZMA", COMPRESSION_LZMA, TIFFInitLZMA },
Dtiff.h192 #define COMPRESSION_LZMA 34925 /* LZMA2 */ macro
/external/ImageMagick/coders/
Dtiff.c1590 #if defined(COMPRESSION_LZMA) in ReadTIFFImage()
1591 case COMPRESSION_LZMA: image->compression=LZMACompression; break; in ReadTIFFImage()
3593 #if defined(COMPRESSION_LZMA) in WriteTIFFImage()
3596 compress_tag=COMPRESSION_LZMA; in WriteTIFFImage()
3649 #if defined(LZMA_SUPPORT) && defined(COMPRESSION_LZMA) in WriteTIFFImage()
3650 case COMPRESSION_LZMA: in WriteTIFFImage()
3893 #if defined(LZMA_SUPPORT) && defined(COMPRESSION_LZMA) in WriteTIFFImage()
3894 case COMPRESSION_LZMA: in WriteTIFFImage()