Searched defs:horAcc16 (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
H A Dtif_predict.c38 static void horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
120 case 16: sp->decodepfunc = horAcc16; break;
145 if (sp->decodepfunc == horAcc16) {
327 horAcc16(tif, cp0, cc);
331 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) function

Completed in 70 milliseconds