Searched refs:horAcc32 (Results 1 – 1 of 1) sorted by relevance
39 static int horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc);130 case 32: sp->decodepfunc = horAcc32; break; in PredictorSetupDecode()157 } else if (sp->decodepfunc == horAcc32) { in PredictorSetupDecode()378 return horAcc32(tif, cp0, cc); in swabHorAcc32()382 horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc32() function