Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_codec.c98 { "PixarLog", COMPRESSION_PIXARLOG, TIFFInitPixarLog },
Dtiff.h182 #define COMPRESSION_PIXARLOG 32909 /* Pixar companded 11bit ZIP */ macro
Dtif_pixarlog.c1404 assert(scheme == COMPRESSION_PIXARLOG); in TIFFInitPixarLog()