Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_predict.c39 static void horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc);
121 case 32: sp->decodepfunc = horAcc32; break; in PredictorSetupDecode()
148 } else if (sp->decodepfunc == horAcc32) { in PredictorSetupDecode()
355 horAcc32(tif, cp0, cc); in swabHorAcc32()
359 horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc32() function