Home
last modified time | relevance | path

Searched refs:COMPRESSION_LZW (Results 1 – 5 of 5) 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.c1145 assert(scheme == COMPRESSION_LZW); in TIFFInitLZW()
/external/opencv/otherlibs/highgui/
Dgrfmt_tiff.cpp147 (compression != COMPRESSION_LZW && in ReadHeader()
/external/ImageMagick/coders/
Dtiff.c1423 case COMPRESSION_LZW: image->compression=LZWCompression; break; in ReadTIFFImage()
3272 compress_tag=COMPRESSION_LZW; in WriteTIFFImage()
3316 case COMPRESSION_LZW: in WriteTIFFImage()
3579 case COMPRESSION_LZW: in WriteTIFFImage()