Searched refs:horAcc32 (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_predict.c | 39 static void horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc); 118 case 32: sp->decodepfunc = horAcc32; break; in PredictorSetupDecode() 145 } else if (sp->decodepfunc == horAcc32) { in PredictorSetupDecode() 352 horAcc32(tif, cp0, cc); in swabHorAcc32() 356 horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc32() function
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_predict.c | 39 static void horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc); 116 case 32: sp->decodepfunc = horAcc32; break; in PredictorSetupDecode() 143 } else if (sp->decodepfunc == horAcc32) { in PredictorSetupDecode() 349 horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc32() function
|