Lines Matching refs:jpc_mqenc_t
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()
326 int jpc_mqenc_codelps(jpc_mqenc_t *mqenc) in jpc_mqenc_codelps()
338 int jpc_mqenc_flush(jpc_mqenc_t *mqenc, int termmode) in jpc_mqenc_flush()
373 static void jpc_mqenc_setbits(jpc_mqenc_t *mqenc) in jpc_mqenc_setbits()
384 int jpc_mqenc_dump(jpc_mqenc_t *mqenc, FILE *out) in jpc_mqenc_dump()