HomeSort by relevance Sort by last modified time
    Searched refs:jpc_mqdec_t (Results 1 - 4 of 4) sorted by null

  /external/opencv3/3rdparty/libjasper/
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...]
jpc_mqdec.c 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
    [all...]
jpc_dec.h 298 jpc_mqdec_t *mqdec;
jpc_t1dec.c 94 static int dec_sigpass(jpc_dec_t *dec, jpc_mqdec_t *mqdec, int bitpos, int orient,
98 static int dec_refpass(jpc_dec_t *dec, jpc_mqdec_t *mqdec, int bitpos, int vcausalflag,
102 static int dec_clnpass(jpc_dec_t *dec, jpc_mqdec_t *mqdec, int bitpos, int orient,
361 static int dec_sigpass(jpc_dec_t *dec, register jpc_mqdec_t *mqdec, int bitpos, int orient,
569 static int dec_refpass(jpc_dec_t *dec, register jpc_mqdec_t *mqdec, int bitpos,
775 static int dec_clnpass(jpc_dec_t *dec, register jpc_mqdec_t *mqdec, int bitpos, int orient,

Completed in 554 milliseconds