Searched refs:horAcc16 (Results 1 – 1 of 1) sorted by relevance
38 static void horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);120 case 16: sp->decodepfunc = horAcc16; break; in PredictorSetupDecode()145 if (sp->decodepfunc == horAcc16) { in PredictorSetupDecode()327 horAcc16(tif, cp0, cc); in swabHorAcc16()331 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16() function