Home
last modified time | relevance | path

Searched refs:DELTA2_SKIP (Results 1 – 25 of 41) sorted by relevance

12

/dports/japanese/xv/xv-3.10a/tiff/
H A Dtif_thunder.c49 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
100 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
102 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
104 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_thunder.c51 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
104 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
106 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
108 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_thunder.c51 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
104 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
106 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
108 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/tiff/
H A Dtif_thunder.c50 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
103 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
105 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
107 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/tiff/
H A Dtif_thunder.c50 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
103 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
105 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
107 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/tiff/
H A Dtif_thunder.c50 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
103 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
105 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
107 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/tiff/
H A Dtif_thunder.c50 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
103 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
105 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
107 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/graphics/xv/xv-3.10a/tiff/
H A Dtif_thunder.c49 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
100 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
102 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
104 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/libtiff/
H A Dtif_thunder.c50 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
103 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
105 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
107 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/tiff/vtktiff/
H A Dtif_thunder.c50 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
103 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
105 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
107 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/thirdparty/libtiff/
H A Dtif_thunder.c50 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
103 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
105 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
107 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/graphics/panomatic/panomatic-0.9.4/libtiff/src/
H A Dtif_thunder.c50 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
103 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
105 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
107 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/libtiff/
H A Dtif_thunder.c50 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
101 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
103 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
105 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/graphics/xv-m17n/xv-3.10a/tiff/
H A Dtif_thunder.c49 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
100 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
102 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
104 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/libtiff/
H A Dtif_thunder.c50 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
101 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
103 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
105 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/x11/xloadimage/xloadimage.4.1/tiff/
H A Dtif_thunder.c51 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
100 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP)
102 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP)
104 if ((delta = (n & 3)) != DELTA2_SKIP)
/dports/math/vtk9/VTK-9.1.0/ThirdParty/tiff/vtktiff/libtiff/
H A Dtif_thunder.c49 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
124 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
126 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
128 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gtiff/libtiff/
H A Dtif_thunder.c49 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */
124 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP)
126 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP)
128 if ((delta = (n & 3)) != DELTA2_SKIP)
/dports/graphics/tiffgt/tiff-4.3.0/libtiff/
H A Dtif_thunder.c49 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
124 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
126 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
128 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/graphics/tiff/tiff-4.3.0/libtiff/
H A Dtif_thunder.c49 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
124 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
126 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
128 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gtiff/libtiff/
H A Dtif_thunder.c49 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
124 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
126 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
128 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/graphics/freeimage/FreeImage/Source/LibTIFF4/
H A Dtif_thunder.c49 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
124 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
126 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
128 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/TIFF/src/itktiff/
H A Dtif_thunder.c51 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
125 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
127 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
129 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/libtiff/
H A Dtif_thunder.c51 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
125 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
127 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
129 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/libtiff/
H A Dtif_thunder.c51 #define DELTA2_SKIP 2 /* skip code for 2-bit deltas */ macro
126 if ((delta = ((n >> 4) & 3)) != DELTA2_SKIP) in ThunderDecode()
128 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP) in ThunderDecode()
130 if ((delta = (n & 3)) != DELTA2_SKIP) in ThunderDecode()

12