Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_codec.c95 { "ISO JBIG", COMPRESSION_JBIG, TIFFInitJBIG },
Dtiff.h188 #define COMPRESSION_JBIG 34661 /* ISO JBIG */ macro
/external/ImageMagick/coders/
Dtiff.c1596 if (compress_tag == COMPRESSION_JBIG) in ReadTIFFImage()
3251 #if defined(COMPRESSION_JBIG) in WriteTIFFImage()
3254 compress_tag=COMPRESSION_JBIG; in WriteTIFFImage()