jpc_mqdec.h | 117 } jpc_mqdec_t; typedef in typeref:struct:__anon21745 124 jpc_mqdec_t *jpc_mqdec_create(int maxctxs, jas_stream_t *in); 127 void jpc_mqdec_destroy(jpc_mqdec_t *dec); 134 void jpc_mqdec_setinput(jpc_mqdec_t *dec, jas_stream_t *in); 137 void jpc_mqdec_init(jpc_mqdec_t *dec); 148 void jpc_mqdec_setctx(jpc_mqdec_t *dec, int ctxno, jpc_mqctx_t *ctx); 151 void jpc_mqdec_setctxs(jpc_mqdec_t *dec, int numctxs, jpc_mqctx_t *ctxs); 180 void jpc_mqdec_dump(jpc_mqdec_t *dec, FILE *out); 267 int jpc_mqdec_getbit_func(jpc_mqdec_t *dec); 268 int jpc_mqdec_mpsexchrenormd(jpc_mqdec_t *dec) [all...] |