Lines Matching refs:mqc
97 void opj_mqc_destroy(opj_mqc_t *mqc);
103 OPJ_UINT32 opj_mqc_numbytes(opj_mqc_t *mqc);
109 void opj_mqc_resetstates(opj_mqc_t *mqc);
117 void opj_mqc_setstate(opj_mqc_t *mqc, OPJ_UINT32 ctxno, OPJ_UINT32 msb, OPJ_INT32 prob);
123 void opj_mqc_init_enc(opj_mqc_t *mqc, OPJ_BYTE *bp);
129 #define opj_mqc_setcurctx(mqc, ctxno) (mqc)->curctx = &(mqc)->ctxs[(OPJ_UINT32)(ctxno)] argument
135 void opj_mqc_encode(opj_mqc_t *mqc, OPJ_UINT32 d);
140 void opj_mqc_flush(opj_mqc_t *mqc);
147 void opj_mqc_bypass_init_enc(opj_mqc_t *mqc);
155 void opj_mqc_bypass_enc(opj_mqc_t *mqc, OPJ_UINT32 d);
162 OPJ_UINT32 opj_mqc_bypass_flush_enc(opj_mqc_t *mqc);
167 void opj_mqc_reset_enc(opj_mqc_t *mqc);
173 OPJ_UINT32 opj_mqc_restart_enc(opj_mqc_t *mqc);
178 void opj_mqc_restart_init_enc(opj_mqc_t *mqc);
183 void opj_mqc_erterm_enc(opj_mqc_t *mqc);
188 void opj_mqc_segmark_enc(opj_mqc_t *mqc);
195 OPJ_BOOL opj_mqc_init_dec(opj_mqc_t *mqc, OPJ_BYTE *bp, OPJ_UINT32 len);
201 OPJ_INT32 opj_mqc_decode(opj_mqc_t * const mqc);