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...] |