Home
last modified time | relevance | path

Searched refs:COMPRESSION_LZW (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_codec.c85 { "LZW", COMPRESSION_LZW, TIFFInitLZW },
Dtiff.h166 #define COMPRESSION_LZW 5 /* Lempel-Ziv & Welch */ macro
Dtif_lzw.c1110 assert(scheme == COMPRESSION_LZW); in TIFFInitLZW()
/external/opencv3/3rdparty/libtiff/
Dtif_codec.c85 { "LZW", COMPRESSION_LZW, TIFFInitLZW },
Dtiff.h166 #define COMPRESSION_LZW 5 /* Lempel-Ziv & Welch */ macro
Dtif_lzw.c1099 assert(scheme == COMPRESSION_LZW); in TIFFInitLZW()
DChangeLog4943 COMPRESSION_LZW with COMPRESSION_NONE in _TIFFVSetField().
/external/opencv/otherlibs/highgui/
Dgrfmt_tiff.cpp147 (compression != COMPRESSION_LZW && in ReadHeader()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_tiff.cpp564 int compression = COMPRESSION_LZW; in writeLibTiff()