Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_predict.c750 …{ TIFFTAG_PREDICTOR, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UINT16, FIELD_PREDICTOR,…
762 case TIFFTAG_PREDICTOR: in PredictorVSetField()
782 case TIFFTAG_PREDICTOR: in PredictorVGetField()
Dtiff.h276 #define TIFFTAG_PREDICTOR 317 /* prediction scheme w/ LZW */ macro
Dtif_aux.c214 case TIFFTAG_PREDICTOR: in TIFFVGetFieldDefaulted()
/external/ImageMagick/coders/
Dtiff.c3956 (void) TIFFSetField(tiff,TIFFTAG_PREDICTOR,predictor); in WriteTIFFImage()