Searched refs:TIFFTAG_PREDICTOR (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_predict.c | 750 …{ 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()
|
D | tiff.h | 276 #define TIFFTAG_PREDICTOR 317 /* prediction scheme w/ LZW */ macro
|
D | tif_aux.c | 214 case TIFFTAG_PREDICTOR: in TIFFVGetFieldDefaulted()
|
/external/ImageMagick/coders/ |
D | tiff.c | 3956 (void) TIFFSetField(tiff,TIFFTAG_PREDICTOR,predictor); in WriteTIFFImage()
|