Home
last modified time | relevance | path

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

12

/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/tiff/
H A Dtif_predict.c40 static void horAcc16(TIFF*, tidata_t, tsize_t);
91 case 16: sp->pfunc = horAcc16; break; in PredictorSetupDecode()
113 if (sp->pfunc == horAcc16) { in PredictorSetupDecode()
221 horAcc16(TIFF* tif, tidata_t cp0, tsize_t cc) in horAcc16() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/tiff/
H A Dtif_predict.c40 static void horAcc16(TIFF*, tidata_t, tsize_t);
91 case 16: sp->pfunc = horAcc16; break; in PredictorSetupDecode()
113 if (sp->pfunc == horAcc16) { in PredictorSetupDecode()
221 horAcc16(TIFF* tif, tidata_t cp0, tsize_t cc) in horAcc16() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/tiff/
H A Dtif_predict.c40 static void horAcc16(TIFF*, tidata_t, tsize_t);
91 case 16: sp->pfunc = horAcc16; break; in PredictorSetupDecode()
113 if (sp->pfunc == horAcc16) { in PredictorSetupDecode()
221 horAcc16(TIFF* tif, tidata_t cp0, tsize_t cc) in horAcc16() function
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/tiff/
H A Dtif_predict.c40 static void horAcc16(TIFF*, tidata_t, tsize_t);
91 case 16: sp->pfunc = horAcc16; break; in PredictorSetupDecode()
113 if (sp->pfunc == horAcc16) { in PredictorSetupDecode()
221 horAcc16(TIFF* tif, tidata_t cp0, tsize_t cc) in horAcc16() function
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/libtiff/
H A Dtif_predict.c40 static void horAcc16(TIFF*, tidata_t, tsize_t);
91 case 16: sp->pfunc = horAcc16; break; in PredictorSetupDecode()
113 if (sp->pfunc == horAcc16) { in PredictorSetupDecode()
221 horAcc16(TIFF* tif, tidata_t cp0, tsize_t cc) in horAcc16() function
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/libtiff/
H A Dtif_predict.c40 static void horAcc16(TIFF*, tidata_t, tsize_t);
91 case 16: sp->pfunc = horAcc16; break; in PredictorSetupDecode()
113 if (sp->pfunc == horAcc16) { in PredictorSetupDecode()
221 horAcc16(TIFF* tif, tidata_t cp0, tsize_t cc) in horAcc16() function
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_predict.c39 static void horAcc16(TIFF*, tidata_t, tsize_t);
110 case 16: sp->pfunc = horAcc16; break; in PredictorSetupDecode()
130 if (sp->pfunc == horAcc16) { in PredictorSetupDecode()
280 horAcc16(TIFF* tif, tidata_t cp0, tsize_t cc) in horAcc16() function
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_predict.c39 static void horAcc16(TIFF*, tidata_t, tsize_t);
110 case 16: sp->pfunc = horAcc16; break; in PredictorSetupDecode()
130 if (sp->pfunc == horAcc16) { in PredictorSetupDecode()
280 horAcc16(TIFF* tif, tidata_t cp0, tsize_t cc) in horAcc16() function
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/libtiff/
H A Dtif_predict.c38 static void horAcc16(TIFF*, tidata_t, tsize_t);
109 case 16: sp->pfunc = horAcc16; break; in PredictorSetupDecode()
129 if (sp->pfunc == horAcc16) { in PredictorSetupDecode()
279 horAcc16(TIFF* tif, tidata_t cp0, tsize_t cc) in horAcc16() function
/dports/math/vtk6/VTK-6.2.0/ThirdParty/tiff/vtktiff/
H A Dtif_predict.c38 static void horAcc16(TIFF*, tidata_t, tsize_t);
109 case 16: sp->pfunc = horAcc16; break; in PredictorSetupDecode()
129 if (sp->pfunc == horAcc16) { in PredictorSetupDecode()
279 horAcc16(TIFF* tif, tidata_t cp0, tsize_t cc) in horAcc16() function
/dports/graphics/panomatic/panomatic-0.9.4/libtiff/src/
H A Dtif_predict.c38 static void horAcc16(TIFF*, tidata_t, tsize_t);
109 case 16: sp->pfunc = horAcc16; break; in PredictorSetupDecode()
129 if (sp->pfunc == horAcc16) { in PredictorSetupDecode()
279 horAcc16(TIFF* tif, tidata_t cp0, tsize_t cc) in horAcc16() function
/dports/graphics/freeimage/FreeImage/Source/LibTIFF4/
H A Dtif_predict.c36 static int horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
127 case 16: sp->decodepfunc = horAcc16; break; in PredictorSetupDecode()
152 if (sp->decodepfunc == horAcc16) { in PredictorSetupDecode()
343 return horAcc16(tif, cp0, cc); in swabHorAcc16()
348 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/tiff/vtktiff/libtiff/
H A Dtif_predict.c36 static int horAcc16(TIFF* tif, uint8_t* cp0, tmsize_t cc);
127 case 16: sp->decodepfunc = horAcc16; break; in PredictorSetupDecode()
152 if (sp->decodepfunc == horAcc16) { in PredictorSetupDecode()
343 return horAcc16(tif, cp0, cc); in swabHorAcc16()
348 horAcc16(TIFF* tif, uint8_t* cp0, tmsize_t cc) in horAcc16() function
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/libtiff/
H A Dtif_predict.c38 static void horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
117 case 16: sp->decodepfunc = horAcc16; break; in PredictorSetupDecode()
142 if (sp->decodepfunc == horAcc16) { in PredictorSetupDecode()
324 horAcc16(tif, cp0, cc); in swabHorAcc16()
328 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/libtiff/
H A Dtif_predict.c36 static int horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
127 case 16: sp->decodepfunc = horAcc16; break; in PredictorSetupDecode()
152 if (sp->decodepfunc == horAcc16) { in PredictorSetupDecode()
343 return horAcc16(tif, cp0, cc); in swabHorAcc16()
348 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/
H A Dtif_predict.c36 static int horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
127 case 16: sp->decodepfunc = horAcc16; break; in PredictorSetupDecode()
152 if (sp->decodepfunc == horAcc16) { in PredictorSetupDecode()
343 return horAcc16(tif, cp0, cc); in swabHorAcc16()
348 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16() function
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/libtiff/
H A Dtif_predict.c36 static int horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
127 case 16: sp->decodepfunc = horAcc16; break; in PredictorSetupDecode()
152 if (sp->decodepfunc == horAcc16) { in PredictorSetupDecode()
343 return horAcc16(tif, cp0, cc); in swabHorAcc16()
348 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16() function
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/libtiff/
H A Dtif_predict.c36 static int horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
127 case 16: sp->decodepfunc = horAcc16; break; in PredictorSetupDecode()
152 if (sp->decodepfunc == horAcc16) { in PredictorSetupDecode()
343 return horAcc16(tif, cp0, cc); in swabHorAcc16()
348 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/tiff/vtktiff/libtiff/
H A 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()
345 return horAcc16(tif, cp0, cc); in swabHorAcc16()
350 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16() function
/dports/misc/vxl/vxl-3.3.2/v3p/tiff/
H A 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
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libtiff/
H A Dtif_predict.c36 static int horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
127 case 16: sp->decodepfunc = horAcc16; break; in PredictorSetupDecode()
152 if (sp->decodepfunc == horAcc16) { in PredictorSetupDecode()
343 return horAcc16(tif, cp0, cc); in swabHorAcc16()
348 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16() function
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gtiff/libtiff/
H A Dtif_predict.c36 static int horAcc16(TIFF* tif, uint8_t* cp0, tmsize_t cc);
127 case 16: sp->decodepfunc = horAcc16; break; in PredictorSetupDecode()
152 if (sp->decodepfunc == horAcc16) { in PredictorSetupDecode()
343 return horAcc16(tif, cp0, cc); in swabHorAcc16()
348 horAcc16(TIFF* tif, uint8_t* cp0, tmsize_t cc) in horAcc16() function
/dports/graphics/openjpeg/openjpeg-2.4.0/thirdparty/libtiff/
H A Dtif_predict.c38 static void horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
117 case 16: sp->decodepfunc = horAcc16; break; in PredictorSetupDecode()
142 if (sp->decodepfunc == horAcc16) { in PredictorSetupDecode()
324 horAcc16(tif, cp0, cc); in swabHorAcc16()
328 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16() function
/dports/devel/upp/upp/uppsrc/plugin/tif/lib/
H A Dtif_predict.c36 static int horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
127 case 16: sp->decodepfunc = horAcc16; break; in PredictorSetupDecode()
152 if (sp->decodepfunc == horAcc16) { in PredictorSetupDecode()
343 return horAcc16(tif, cp0, cc); in swabHorAcc16()
348 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16() function
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/libtiff/
H A Dtif_predict.c38 static void horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc);
117 case 16: sp->decodepfunc = horAcc16; break; in PredictorSetupDecode()
142 if (sp->decodepfunc == horAcc16) { in PredictorSetupDecode()
324 horAcc16(tif, cp0, cc); in swabHorAcc16()
328 horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc) in horAcc16() function

12