jpc_mqdec_t       298 3rdparty/libjasper/jpc_dec.h     jpc_mqdec_t *mqdec;
jpc_mqdec_t       100 3rdparty/libjasper/jpc_mqdec.c static void jpc_mqdec_bytein(jpc_mqdec_t *mqdec);
jpc_mqdec_t       107 3rdparty/libjasper/jpc_mqdec.c jpc_mqdec_t *jpc_mqdec_create(int maxctxs, jas_stream_t *in)
jpc_mqdec_t       109 3rdparty/libjasper/jpc_mqdec.c     jpc_mqdec_t *mqdec;
jpc_mqdec_t       115 3rdparty/libjasper/jpc_mqdec.c     if (!(mqdec = jas_malloc(sizeof(jpc_mqdec_t)))) {
jpc_mqdec_t       146 3rdparty/libjasper/jpc_mqdec.c void jpc_mqdec_destroy(jpc_mqdec_t *mqdec)
jpc_mqdec_t       160 3rdparty/libjasper/jpc_mqdec.c void jpc_mqdec_init(jpc_mqdec_t *mqdec)
jpc_mqdec_t       182 3rdparty/libjasper/jpc_mqdec.c void jpc_mqdec_setinput(jpc_mqdec_t *mqdec, jas_stream_t *in)
jpc_mqdec_t       189 3rdparty/libjasper/jpc_mqdec.c void jpc_mqdec_setctxs(jpc_mqdec_t *mqdec, int numctxs, jpc_mqctx_t *ctxs)
jpc_mqdec_t       210 3rdparty/libjasper/jpc_mqdec.c void jpc_mqdec_setctx(jpc_mqdec_t *mqdec, int ctxno, jpc_mqctx_t *ctx)
jpc_mqdec_t       223 3rdparty/libjasper/jpc_mqdec.c int jpc_mqdec_getbit_func(register jpc_mqdec_t *mqdec)
jpc_mqdec_t       236 3rdparty/libjasper/jpc_mqdec.c int jpc_mqdec_mpsexchrenormd(register jpc_mqdec_t *mqdec)
jpc_mqdec_t       247 3rdparty/libjasper/jpc_mqdec.c int jpc_mqdec_lpsexchrenormd(register jpc_mqdec_t *mqdec)
jpc_mqdec_t       262 3rdparty/libjasper/jpc_mqdec.c static void jpc_mqdec_bytein(jpc_mqdec_t *mqdec)
jpc_mqdec_t       298 3rdparty/libjasper/jpc_mqdec.c void jpc_mqdec_dump(jpc_mqdec_t *mqdec, FILE *out)
jpc_mqdec_t       124 3rdparty/libjasper/jpc_mqdec.h jpc_mqdec_t *jpc_mqdec_create(int maxctxs, jas_stream_t *in);
jpc_mqdec_t       127 3rdparty/libjasper/jpc_mqdec.h void jpc_mqdec_destroy(jpc_mqdec_t *dec);
jpc_mqdec_t       134 3rdparty/libjasper/jpc_mqdec.h void jpc_mqdec_setinput(jpc_mqdec_t *dec, jas_stream_t *in);
jpc_mqdec_t       137 3rdparty/libjasper/jpc_mqdec.h void jpc_mqdec_init(jpc_mqdec_t *dec);
jpc_mqdec_t       148 3rdparty/libjasper/jpc_mqdec.h void jpc_mqdec_setctx(jpc_mqdec_t *dec, int ctxno, jpc_mqctx_t *ctx);
jpc_mqdec_t       151 3rdparty/libjasper/jpc_mqdec.h void jpc_mqdec_setctxs(jpc_mqdec_t *dec, int numctxs, jpc_mqctx_t *ctxs);
jpc_mqdec_t       180 3rdparty/libjasper/jpc_mqdec.h void jpc_mqdec_dump(jpc_mqdec_t *dec, FILE *out);
jpc_mqdec_t       267 3rdparty/libjasper/jpc_mqdec.h int jpc_mqdec_getbit_func(jpc_mqdec_t *dec);
jpc_mqdec_t       268 3rdparty/libjasper/jpc_mqdec.h int jpc_mqdec_mpsexchrenormd(jpc_mqdec_t *dec);
jpc_mqdec_t       269 3rdparty/libjasper/jpc_mqdec.h int jpc_mqdec_lpsexchrenormd(jpc_mqdec_t *dec);
jpc_mqdec_t        94 3rdparty/libjasper/jpc_t1dec.c static int dec_sigpass(jpc_dec_t *dec, jpc_mqdec_t *mqdec, int bitpos, int orient,
jpc_mqdec_t        98 3rdparty/libjasper/jpc_t1dec.c static int dec_refpass(jpc_dec_t *dec, jpc_mqdec_t *mqdec, int bitpos, int vcausalflag,
jpc_mqdec_t       102 3rdparty/libjasper/jpc_t1dec.c static int dec_clnpass(jpc_dec_t *dec, jpc_mqdec_t *mqdec, int bitpos, int orient,
jpc_mqdec_t       361 3rdparty/libjasper/jpc_t1dec.c static int dec_sigpass(jpc_dec_t *dec, register jpc_mqdec_t *mqdec, int bitpos, int orient,
jpc_mqdec_t       569 3rdparty/libjasper/jpc_t1dec.c static int dec_refpass(jpc_dec_t *dec, register jpc_mqdec_t *mqdec, int bitpos,
jpc_mqdec_t       775 3rdparty/libjasper/jpc_t1dec.c static int dec_clnpass(jpc_dec_t *dec, register jpc_mqdec_t *mqdec, int bitpos, int orient,