TIFFTAG_PREDICTOR  210 3rdparty/libtiff/tif_aux.c     case TIFFTAG_PREDICTOR:
TIFFTAG_PREDICTOR  640 3rdparty/libtiff/tif_predict.c     { TIFFTAG_PREDICTOR, 1, 1, TIFF_SHORT, 0, TIFF_SETGET_UINT16, TIFF_SETGET_UINT16, FIELD_PREDICTOR, FALSE, FALSE, "Predictor", NULL },
TIFFTAG_PREDICTOR  652 3rdparty/libtiff/tif_predict.c     case TIFFTAG_PREDICTOR:
TIFFTAG_PREDICTOR  672 3rdparty/libtiff/tif_predict.c     case TIFFTAG_PREDICTOR:
TIFFTAG_PREDICTOR  568 modules/imgcodecs/src/grfmt_tiff.cpp     readParam(params, TIFFTAG_PREDICTOR, predictor);
TIFFTAG_PREDICTOR  586 modules/imgcodecs/src/grfmt_tiff.cpp     if (compression != COMPRESSION_NONE && !TIFFSetField(pTiffHandle, TIFFTAG_PREDICTOR, predictor) )