Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libtiff/
Dtif_predict.c640 …{ TIFFTAG_PREDICTOR, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UINT16, FIELD_PREDICTOR,…
652 case TIFFTAG_PREDICTOR: in PredictorVSetField()
672 case TIFFTAG_PREDICTOR: in PredictorVGetField()
Dtiff.h273 #define TIFFTAG_PREDICTOR 317 /* prediction scheme w/ LZW */ macro
Dtif_aux.c210 case TIFFTAG_PREDICTOR: in TIFFVGetFieldDefaulted()
DChangeLog4314 * libtiff/tif_aux.c: Properly handle TIFFTAG_PREDICTOR in
/external/pdfium/third_party/libtiff/
Dtif_predict.c670 …{ TIFFTAG_PREDICTOR, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UINT16, FIELD_PREDICTOR,…
682 case TIFFTAG_PREDICTOR: in PredictorVSetField()
702 case TIFFTAG_PREDICTOR: in PredictorVGetField()
Dtiff.h276 #define TIFFTAG_PREDICTOR 317 /* prediction scheme w/ LZW */ macro
Dtif_aux.c210 case TIFFTAG_PREDICTOR: in TIFFVGetFieldDefaulted()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_tiff.cpp568 readParam(params, TIFFTAG_PREDICTOR, predictor); in writeLibTiff()
586 … if (compression != COMPRESSION_NONE && !TIFFSetField(pTiffHandle, TIFFTAG_PREDICTOR, predictor) ) in writeLibTiff()