Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_predict.c38 static int horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
129 case 16: sp->decodepfunc = horAcc16; break; in PredictorSetupDecode()
154 if (sp->decodepfunc == horAcc16) { in PredictorSetupDecode()
344 return horAcc16(tif, cp0, cc); in swabHorAcc16()
348 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16() function