Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirinfo.c963 case TIFFTAG_PREDICTOR: in _TIFFCheckFieldIsValidForCodec()
990 if (tag == TIFFTAG_PREDICTOR) in _TIFFCheckFieldIsValidForCodec()
1042 if (tag == TIFFTAG_PREDICTOR) in _TIFFCheckFieldIsValidForCodec()
1046 if (tag == TIFFTAG_PREDICTOR) in _TIFFCheckFieldIsValidForCodec()
1054 if (tag == TIFFTAG_PREDICTOR) in _TIFFCheckFieldIsValidForCodec()
1058 if (tag == TIFFTAG_PREDICTOR) in _TIFFCheckFieldIsValidForCodec()
1066 if (tag == TIFFTAG_PREDICTOR) in _TIFFCheckFieldIsValidForCodec()
Dtif_predict.c755 …{ TIFFTAG_PREDICTOR, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UINT16, FIELD_PREDICTOR,…
767 case TIFFTAG_PREDICTOR: in PredictorVSetField()
787 case TIFFTAG_PREDICTOR: in PredictorVGetField()
Dtiff.h278 #define TIFFTAG_PREDICTOR 317 /* prediction scheme w/ LZW */ macro
Dtif_aux.c248 case TIFFTAG_PREDICTOR: in TIFFVGetFieldDefaulted()
/external/ImageMagick/coders/
Dtiff.c3829 (void) TIFFSetField(tiff,TIFFTAG_PREDICTOR,predictor); in WriteTIFFImage()