Home
last modified time | relevance | path

Searched refs:PREDICTOR_HORIZONTAL (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libtiff/
Dtiff.h275 #define PREDICTOR_HORIZONTAL 2 /* horizontal differencing */ macro
Dtif_predict.c64 case PREDICTOR_HORIZONTAL: in PredictorSetup()
/external/pdfium/third_party/libtiff/
Dtiff.h278 #define PREDICTOR_HORIZONTAL 2 /* horizontal differencing */ macro
Dtif_predict.c66 case PREDICTOR_HORIZONTAL: in PredictorSetup()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_tiff.cpp565 int predictor = PREDICTOR_HORIZONTAL; in writeLibTiff()