Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_predict.c44 static int horDiff32(TIFF* tif, uint8* cp0, tmsize_t cc);
206 case 32: sp->encodepfunc = horDiff32; break; in PredictorSetupEncode()
233 } else if (sp->encodepfunc == horDiff32) { in PredictorSetupEncode()
595 horDiff32(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff32() function
626 if( !horDiff32(tif, cp0, cc) ) in swabHorDiff32()