COMPRESSION_LZW    85 3rdparty/libtiff/tif_codec.c     { "LZW",		COMPRESSION_LZW,	TIFFInitLZW },
COMPRESSION_LZW  1099 3rdparty/libtiff/tif_lzw.c     assert(scheme == COMPRESSION_LZW);
COMPRESSION_LZW   564 modules/imgcodecs/src/grfmt_tiff.cpp     int   compression  = COMPRESSION_LZW;