Lines Matching defs:mqc
205 static void opj_mqc_byteout(opj_mqc_t *mqc) { in opj_mqc_byteout()
235 static void opj_mqc_renorme(opj_mqc_t *mqc) { in opj_mqc_renorme()
246 static void opj_mqc_codemps(opj_mqc_t *mqc) { in opj_mqc_codemps()
261 static void opj_mqc_codelps(opj_mqc_t *mqc) { in opj_mqc_codelps()
272 static void opj_mqc_setbits(opj_mqc_t *mqc) { in opj_mqc_setbits()
280 static INLINE OPJ_INT32 opj_mqc_mpsexchange(opj_mqc_t *const mqc) { in opj_mqc_mpsexchange()
293 static INLINE OPJ_INT32 opj_mqc_lpsexchange(opj_mqc_t *const mqc) { in opj_mqc_lpsexchange()
309 static INLINE void opj_mqc_bytein(opj_mqc_t *const mqc) { in opj_mqc_bytein()
316 static void opj_mqc_bytein(opj_mqc_t *const mqc) { in opj_mqc_bytein()
345 static INLINE void opj_mqc_renormd(opj_mqc_t *const mqc) { in opj_mqc_renormd()
363 opj_mqc_t *mqc = (opj_mqc_t*)opj_malloc(sizeof(opj_mqc_t)); in opj_mqc_create() local
372 void opj_mqc_destroy(opj_mqc_t *mqc) { in opj_mqc_destroy()
383 OPJ_UINT32 opj_mqc_numbytes(opj_mqc_t *mqc) { in opj_mqc_numbytes()
391 void opj_mqc_init_enc(opj_mqc_t *mqc, OPJ_BYTE *bp) { in opj_mqc_init_enc()
404 void opj_mqc_encode(opj_mqc_t *mqc, OPJ_UINT32 d) { in opj_mqc_encode()
412 void opj_mqc_flush(opj_mqc_t *mqc) { in opj_mqc_flush()
424 void opj_mqc_bypass_init_enc(opj_mqc_t *mqc) { in opj_mqc_bypass_init_enc()
432 void opj_mqc_bypass_enc(opj_mqc_t *mqc, OPJ_UINT32 d) { in opj_mqc_bypass_enc()
446 OPJ_UINT32 opj_mqc_bypass_flush_enc(opj_mqc_t *mqc) { in opj_mqc_bypass_flush_enc()
466 void opj_mqc_reset_enc(opj_mqc_t *mqc) { in opj_mqc_reset_enc()
473 OPJ_UINT32 opj_mqc_restart_enc(opj_mqc_t *mqc) { in opj_mqc_restart_enc()
489 void opj_mqc_restart_init_enc(opj_mqc_t *mqc) { in opj_mqc_restart_init_enc()
501 void opj_mqc_erterm_enc(opj_mqc_t *mqc) { in opj_mqc_erterm_enc()
516 void opj_mqc_segmark_enc(opj_mqc_t *mqc) { in opj_mqc_segmark_enc()
525 OPJ_BOOL opj_mqc_init_dec(opj_mqc_t *mqc, OPJ_BYTE *bp, OPJ_UINT32 len) { in opj_mqc_init_dec()
584 OPJ_INT32 opj_mqc_decode(opj_mqc_t *const mqc) { in opj_mqc_decode()
603 void opj_mqc_resetstates(opj_mqc_t *mqc) { in opj_mqc_resetstates()
610 void opj_mqc_setstate(opj_mqc_t *mqc, OPJ_UINT32 ctxno, OPJ_UINT32 msb, OPJ_INT32 prob) { in opj_mqc_setstate()