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