Lines Matching refs:jpc_mqenc_t
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);
230 int jpc_mqenc_codelps(jpc_mqenc_t *enc);
234 int jpc_mqenc_putbit_func(jpc_mqenc_t *enc, int bit);