Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_dec.c126 #define JPC_CSET 0x0001 macro
1547 cp->flags &= (JPC_CSET | JPC_QSET); in jpc_dec_cp_resetflags()
1570 if (!(cp->flags & JPC_CSET) || !(cp->flags & JPC_QSET)) { in jpc_dec_cp_isvalid()
1625 cp->flags |= JPC_CSET; in jpc_dec_cp_setfromcod()
1638 cp->flags |= JPC_CSET; in jpc_dec_cp_setfromcod()
1671 ccp->flags |= flags | JPC_CSET; in jpc_dec_cp_setfromcox()