Home
last modified time | relevance | path

Searched refs:COMPRESSION_PIXARLOG (Results 1 – 4 of 4) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_codec.c98 { "PixarLog", COMPRESSION_PIXARLOG, TIFFInitPixarLog },
H A Dtiff.h182 #define COMPRESSION_PIXARLOG 32909 /* Pixar companded 11bit ZIP */ macro
H A Dtif_pixarlog.c1374 assert(scheme == COMPRESSION_PIXARLOG); in TIFFInitPixarLog()
/libtiff-4.0.7/tools/
H A Dtiffcrop.c5895 case COMPRESSION_PIXARLOG: /* 32909 Pixar companded 11bit ZIP */ in loadImage()