COMPRESSION_SGILOG   99 3rdparty/libtiff/tif_codec.c     { "SGILog",		COMPRESSION_SGILOG,	TIFFInitSGILog },
COMPRESSION_SGILOG  167 3rdparty/libtiff/tif_getimage.c             if (td->td_compression != COMPRESSION_SGILOG) {
COMPRESSION_SGILOG  169 3rdparty/libtiff/tif_getimage.c                     "Compression", COMPRESSION_SGILOG);
COMPRESSION_SGILOG  174 3rdparty/libtiff/tif_getimage.c             if (td->td_compression != COMPRESSION_SGILOG &&
COMPRESSION_SGILOG  177 3rdparty/libtiff/tif_getimage.c                     "Compression", COMPRESSION_SGILOG, COMPRESSION_SGILOG24);
COMPRESSION_SGILOG  404 3rdparty/libtiff/tif_getimage.c             if (compress != COMPRESSION_SGILOG) {
COMPRESSION_SGILOG  406 3rdparty/libtiff/tif_getimage.c                     "Compression", COMPRESSION_SGILOG);
COMPRESSION_SGILOG  414 3rdparty/libtiff/tif_getimage.c             if (compress != COMPRESSION_SGILOG && compress != COMPRESSION_SGILOG24) {
COMPRESSION_SGILOG  416 3rdparty/libtiff/tif_getimage.c                     "Compression", COMPRESSION_SGILOG, COMPRESSION_SGILOG24);
COMPRESSION_SGILOG 1620 3rdparty/libtiff/tif_luv.c     assert(scheme == COMPRESSION_SGILOG24 || scheme == COMPRESSION_SGILOG);
COMPRESSION_SGILOG  661 modules/imgcodecs/src/grfmt_tiff.cpp     TIFFSetField(tif, TIFFTAG_COMPRESSION, COMPRESSION_SGILOG);