Home
last modified time | relevance | path

Searched refs:COMPRESSION_LZW (Results 1 – 4 of 4) 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/ImageMagick/coders/
Dtiff.c1593 case COMPRESSION_LZW: image->compression=LZWCompression; break; in ReadTIFFImage()
3602 compress_tag=COMPRESSION_LZW; in WriteTIFFImage()
3653 case COMPRESSION_LZW: in WriteTIFFImage()
3907 case COMPRESSION_LZW: in WriteTIFFImage()