Searched refs:DELTA2_SKIP (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-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)
105 if ((delta = ((n >> 2) & 3)) != DELTA2_SKIP)
107 if ((delta = (n & 3)) != DELTA2_SKIP)

Completed in 113 milliseconds