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

  /external/opencv3/3rdparty/libjasper/
jpc_mqenc.h 131 } jpc_mqenc_t; typedef in typeref:struct:__anon21746
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...]
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)
190 jpc_mqenc_t *mqenc;
193 if (!(mqenc = jas_malloc(sizeof(jpc_mqenc_t)))) {
223 void jpc_mqenc_destroy(jpc_mqenc_t *mqenc)
237 void jpc_mqenc_init(jpc_mqenc_t *mqenc)
249 void jpc_mqenc_setctxs(jpc_mqenc_t *mqenc, int numctxs, jpc_mqctx_t *ctxs)
271 void jpc_mqenc_getstate(jpc_mqenc_t *mqenc, jpc_mqencstate_t *state)
285 int jpc_mqenc_putbit_func(jpc_mqenc_t *mqenc, int bit)
309 int jpc_mqenc_codemps2(jpc_mqenc_t *mqenc
    [all...]
jpc_enc.h 319 jpc_mqenc_t *mqenc;
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,
630 static int jpc_encrefpass(jpc_mqenc_t *mqenc, int bitpos, int vcausalflag, jas_matrix_t *flags, jas_matrix_t *data,
829 static int jpc_encclnpass(jpc_mqenc_t *mqenc, int bitpos, int orient, int vcausalflag, int segsymflag, jas_matrix_t *flags,

Completed in 2865 milliseconds