Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_cs.h261 #define JPC_COX_PTERM 0x10 /* Predictable termination. */ macro
Djpc_t1dec.c308 if (tile->cp->ccps[compno].cblkctx & JPC_COX_PTERM) { in jpc_dec_decodecblk()
Djpc_t1enc.c273 termmode = ((tcmpt->cblksty & JPC_COX_PTERM) ? in jpc_enc_enccblk()
Djpc_enc.c528 tccp->cblksty |= JPC_COX_PTERM; in cp_create()