Searched refs:JPC_COX_LAZY (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jpc_t2dec.c | 298 …es = JPC_SEGPASSCNT(passno, cblk->firstpassno, 10000, (ccp->cblkctx & JPC_COX_LAZY) != 0, (ccp->cb… in jpc_dec_decodepkt() 308 … seg->type = JPC_SEGTYPE(seg->passno, cblk->firstpassno, (ccp->cblkctx & JPC_COX_LAZY) != 0); in jpc_dec_decodepkt()
|
D | jpc_cs.h | 257 #define JPC_COX_LAZY 0x01 /* Selective arithmetic coding bypass. */ macro
|
D | jpc_t1enc.c | 231 …0, cblk->numpasses, (tcmpt->cblksty & JPC_COX_TERMALL) != 0, (tcmpt->cblksty & JPC_COX_LAZY) != 0); in jpc_enc_enccblk() 232 pass->type = JPC_SEGTYPE(pass - cblk->passes, 0, (tcmpt->cblksty & JPC_COX_LAZY) != 0); in jpc_enc_enccblk()
|
D | jpc_enc.c | 513 tccp->cblksty |= JPC_COX_LAZY; in cp_create()
|