Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_predict.c43 static int horDiff16(TIFF* tif, uint8* cp0, tmsize_t cc);
205 case 16: sp->encodepfunc = horDiff16; break; in PredictorSetupEncode()
230 if (sp->encodepfunc == horDiff16) { in PredictorSetupEncode()
556 horDiff16(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff16() function
587 if( !horDiff16(tif, cp0, cc) ) in swabHorDiff16()