Searched refs:termmode (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_mqenc.h243 int jpc_mqenc_flush(jpc_mqenc_t *enc, int termmode);
H A Djpc_mqenc.c387 int jpc_mqenc_flush(jpc_mqenc_t *mqenc, int termmode) argument
391 switch (termmode) {
H A Djpc_t1enc.c257 int termmode; local
322 termmode = ((tcmpt->cblksty & JPC_COX_PTERM) ?
325 termmode = 0;
331 cblk->data, termmode, &pass->nmsedec) :
333 cblk->data, termmode, &pass->nmsedec);
337 bitpos, vcausal, cblk->flags, cblk->data, termmode,
339 vcausal, cblk->flags, cblk->data, termmode,
345 vcausal, segsym, cblk->flags, cblk->data, termmode,

Completed in 47 milliseconds