Searched refs:jpc_mqenc_t (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jpc_mqenc.h | 131 } jpc_mqenc_t; typedef 156 jpc_mqenc_t *jpc_mqenc_create(int maxctxs, jas_stream_t *out); 159 void jpc_mqenc_destroy(jpc_mqenc_t *enc); 166 void jpc_mqenc_init(jpc_mqenc_t *enc); 177 void jpc_mqenc_setctx(jpc_mqenc_t *enc, int ctxno, jpc_mqctx_t *ctx); 180 void jpc_mqenc_setctxs(jpc_mqenc_t *enc, int numctxs, jpc_mqctx_t *ctxs); 191 void jpc_mqenc_getstate(jpc_mqenc_t *enc, jpc_mqencstate_t *state); 194 int jpc_mqenc_flush(jpc_mqenc_t *enc, int termmode); 211 int jpc_mqenc_dump(jpc_mqenc_t *mqenc, FILE *out); 229 int jpc_mqenc_codemps2(jpc_mqenc_t *enc); [all …]
|
D | jpc_mqenc.c | 180 static void jpc_mqenc_setbits(jpc_mqenc_t *mqenc); 188 jpc_mqenc_t *jpc_mqenc_create(int maxctxs, jas_stream_t *out) in jpc_mqenc_create() 190 jpc_mqenc_t *mqenc; in jpc_mqenc_create() 193 if (!(mqenc = jas_malloc(sizeof(jpc_mqenc_t)))) { in jpc_mqenc_create() 223 void jpc_mqenc_destroy(jpc_mqenc_t *mqenc) in jpc_mqenc_destroy() 237 void jpc_mqenc_init(jpc_mqenc_t *mqenc) in jpc_mqenc_init() 249 void jpc_mqenc_setctxs(jpc_mqenc_t *mqenc, int numctxs, jpc_mqctx_t *ctxs) in jpc_mqenc_setctxs() 271 void jpc_mqenc_getstate(jpc_mqenc_t *mqenc, jpc_mqencstate_t *state) in jpc_mqenc_getstate() 285 int jpc_mqenc_putbit_func(jpc_mqenc_t *mqenc, int bit) in jpc_mqenc_putbit_func() 309 int jpc_mqenc_codemps2(jpc_mqenc_t *mqenc) in jpc_mqenc_codemps2() [all …]
|
D | jpc_t1enc.c | 88 static int jpc_encsigpass(jpc_mqenc_t *mqenc, int bitpos, int orient, int, 91 static int jpc_encrefpass(jpc_mqenc_t *mqenc, int bitpos, int, jas_matrix_t *flags, 94 static int jpc_encclnpass(jpc_mqenc_t *mqenc, int bitpos, int orient, int, 429 static int jpc_encsigpass(jpc_mqenc_t *mqenc, int bitpos, int orient, int vcausalflag, in jpc_encsigpass() 630 static int jpc_encrefpass(jpc_mqenc_t *mqenc, int bitpos, int vcausalflag, jas_matrix_t *flags, jas… in jpc_encrefpass() 829 static int jpc_encclnpass(jpc_mqenc_t *mqenc, int bitpos, int orient, int vcausalflag, int segsymfl… in jpc_encclnpass()
|
D | jpc_enc.h | 319 jpc_mqenc_t *mqenc;
|