Home | History | Annotate | Download | only in libjasper

Lines Matching refs:jpc_mqdec_t

100 static void jpc_mqdec_bytein(jpc_mqdec_t *mqdec);
107 jpc_mqdec_t *jpc_mqdec_create(int maxctxs, jas_stream_t *in)
109 jpc_mqdec_t *mqdec;
115 if (!(mqdec = jas_malloc(sizeof(jpc_mqdec_t)))) {
146 void jpc_mqdec_destroy(jpc_mqdec_t *mqdec)
160 void jpc_mqdec_init(jpc_mqdec_t *mqdec)
182 void jpc_mqdec_setinput(jpc_mqdec_t *mqdec, jas_stream_t *in)
189 void jpc_mqdec_setctxs(jpc_mqdec_t *mqdec, int numctxs, jpc_mqctx_t *ctxs)
210 void jpc_mqdec_setctx(jpc_mqdec_t *mqdec, int ctxno, jpc_mqctx_t *ctx)
223 int jpc_mqdec_getbit_func(register jpc_mqdec_t *mqdec)
236 int jpc_mqdec_mpsexchrenormd(register jpc_mqdec_t *mqdec)
247 int jpc_mqdec_lpsexchrenormd(register jpc_mqdec_t *mqdec)
262 static void jpc_mqdec_bytein(jpc_mqdec_t *mqdec)
298 void jpc_mqdec_dump(jpc_mqdec_t *mqdec, FILE *out)