Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_dec.c128 #define JPC_QSET 0x0002 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()
1684 cp->flags |= JPC_QSET; in jpc_dec_cp_setfromqcd()
1702 ccp->flags |= flags | JPC_QSET; in jpc_dec_cp_setfromqcx()