OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DELTA2_SKIP
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libtiff/
tif_thunder.c
51
#define
DELTA2_SKIP
2 /* skip code for 2-bit deltas */
125
if ((delta = ((n >> 4) & 3)) !=
DELTA2_SKIP
)
127
if ((delta = ((n >> 2) & 3)) !=
DELTA2_SKIP
)
129
if ((delta = (n & 3)) !=
DELTA2_SKIP
)
/external/pdfium/third_party/libtiff/
tif_thunder.c
51
#define
DELTA2_SKIP
2 /* skip code for 2-bit deltas */
125
if ((delta = ((n >> 4) & 3)) !=
DELTA2_SKIP
)
127
if ((delta = ((n >> 2) & 3)) !=
DELTA2_SKIP
)
129
if ((delta = (n & 3)) !=
DELTA2_SKIP
)
Completed in 102 milliseconds