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