Searched refs:TIFFTAG_PREDICTOR (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/3rdparty/libtiff/ |
D | tif_predict.c | 640 …{ 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()
|
D | tiff.h | 273 #define TIFFTAG_PREDICTOR 317 /* prediction scheme w/ LZW */ macro
|
D | tif_aux.c | 210 case TIFFTAG_PREDICTOR: in TIFFVGetFieldDefaulted()
|
D | ChangeLog | 4314 * libtiff/tif_aux.c: Properly handle TIFFTAG_PREDICTOR in
|
/external/pdfium/third_party/libtiff/ |
D | tif_predict.c | 670 …{ 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()
|
D | tiff.h | 276 #define TIFFTAG_PREDICTOR 317 /* prediction scheme w/ LZW */ macro
|
D | tif_aux.c | 210 case TIFFTAG_PREDICTOR: in TIFFVGetFieldDefaulted()
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_tiff.cpp | 568 readParam(params, TIFFTAG_PREDICTOR, predictor); in writeLibTiff() 586 … if (compression != COMPRESSION_NONE && !TIFFSetField(pTiffHandle, TIFFTAG_PREDICTOR, predictor) ) in writeLibTiff()
|