Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_codec.c101 { "LZMA", COMPRESSION_LZMA, TIFFInitLZMA },
Dtiff.h192 #define COMPRESSION_LZMA 34925 /* LZMA2 */ macro
/external/opencv3/3rdparty/libtiff/
Dtif_codec.c101 { "LZMA", COMPRESSION_LZMA, TIFFInitLZMA },
Dtiff.h190 #define COMPRESSION_LZMA 34925 /* LZMA2 */ macro
Dtif_lzma.c416 assert( scheme == COMPRESSION_LZMA ); in TIFFInitLZMA()