Searched refs:jpc_mqdec_t (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | 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) in jpc_mqdec_create() 109 jpc_mqdec_t *mqdec; in jpc_mqdec_create() 115 if (!(mqdec = jas_malloc(sizeof(jpc_mqdec_t)))) { in jpc_mqdec_create() 146 void jpc_mqdec_destroy(jpc_mqdec_t *mqdec) in jpc_mqdec_destroy() 160 void jpc_mqdec_init(jpc_mqdec_t *mqdec) in jpc_mqdec_init() 182 void jpc_mqdec_setinput(jpc_mqdec_t *mqdec, jas_stream_t *in) in jpc_mqdec_setinput() 189 void jpc_mqdec_setctxs(jpc_mqdec_t *mqdec, int numctxs, jpc_mqctx_t *ctxs) in jpc_mqdec_setctxs() 210 void jpc_mqdec_setctx(jpc_mqdec_t *mqdec, int ctxno, jpc_mqctx_t *ctx) in jpc_mqdec_setctx() 223 int jpc_mqdec_getbit_func(register jpc_mqdec_t *mqdec) in jpc_mqdec_getbit_func() [all …]
|
D | jpc_mqdec.h | 117 } jpc_mqdec_t; typedef 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 …]
|
D | 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, in dec_sigpass() 569 static int dec_refpass(jpc_dec_t *dec, register jpc_mqdec_t *mqdec, int bitpos, in dec_refpass() 775 static int dec_clnpass(jpc_dec_t *dec, register jpc_mqdec_t *mqdec, int bitpos, int orient, in dec_clnpass()
|
D | jpc_dec.h | 298 jpc_mqdec_t *mqdec;
|