Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_predict.c44 static int horDiff32(TIFF* tif, uint8* cp0, tmsize_t cc);
209 case 32: sp->encodepfunc = horDiff32; break; in PredictorSetupEncode()
236 } else if (sp->encodepfunc == horDiff32) { in PredictorSetupEncode()
599 horDiff32(TIFF* tif, uint8* cp0, tmsize_t cc) in horDiff32() function
630 if( !horDiff32(tif, cp0, cc) ) in swabHorDiff32()