Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_predict.c42 static int horDiff8(TIFF* tif, uint8* cp0, tmsize_t cc);
204 case 8: sp->encodepfunc = horDiff8; break; in PredictorSetupEncode()
503 horDiff8(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff8() function