Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_codec.c99 { "ISO JBIG", COMPRESSION_JBIG, TIFFInitJBIG },
Dtiff.h186 #define COMPRESSION_JBIG 34661 /* ISO JBIG */ macro
Dtif_read.c365 td->td_compression == COMPRESSION_JBIG ) in TIFFSeek()
Dtif_dirinfo.c1037 case COMPRESSION_JBIG: in _TIFFCheckFieldIsValidForCodec()
/external/ImageMagick/coders/
Dtiff.c3449 #if defined(COMPRESSION_JBIG) in WriteTIFFImage()
3452 compress_tag=COMPRESSION_JBIG; in WriteTIFFImage()