OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JPC_NESIG
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libjasper/
jpc_t1cod.h
113
#define
JPC_NESIG
0x0001
130
(JPC_NSIG |
JPC_NESIG
| JPC_ESIG | JPC_SESIG | JPC_SSIG | JPC_SWSIG | JPC_WSIG | JPC_NWSIG)
245
sp[-1] |=
JPC_NESIG
; \
259
sp[-1] |=
JPC_NESIG
; \
jpc_t1cod.c
307
d = ((f & JPC_NWSIG) != 0) + ((f &
JPC_NESIG
) != 0) + ((f & JPC_SESIG) != 0) + ((f & JPC_SWSIG) != 0);
Completed in 151 milliseconds