HomeSort by relevance Sort by last modified time
    Searched full:termmode (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/libjasper/
jpc_t1enc.c 208 int termmode; local
273 termmode = ((tcmpt->cblksty & JPC_COX_PTERM) ?
276 termmode = 0;
282 cblk->data, termmode, &pass->nmsedec) :
284 cblk->data, termmode, &pass->nmsedec);
288 bitpos, vcausal, cblk->flags, cblk->data, termmode,
290 vcausal, cblk->flags, cblk->data, termmode,
296 vcausal, segsym, cblk->flags, cblk->data, termmode,
jpc_mqenc.c 338 int jpc_mqenc_flush(jpc_mqenc_t *mqenc, int termmode)
342 switch (termmode) {
jpc_mqenc.h 194 int jpc_mqenc_flush(jpc_mqenc_t *enc, int termmode);

Completed in 71 milliseconds