Home
last modified time | relevance | path

Searched refs:JPC_SWSIG (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djpc_t1cod.h117 #define JPC_SWSIG 0x0004 macro
130 (JPC_NSIG | JPC_NESIG | JPC_ESIG | JPC_SESIG | JPC_SSIG | JPC_SWSIG | JPC_WSIG | JPC_NWSIG)
258 np[1] |= JPC_SWSIG; \
Djpc_t1cod.c307 …d = ((f & JPC_NWSIG) != 0) + ((f & JPC_NESIG) != 0) + ((f & JPC_SESIG) != 0) + ((f & JPC_SWSIG) !=… in jpc_getzcctxno()