Go to the source code of this file.
◆ BYPASS_CT_INIT
#define BYPASS_CT_INIT 0xDEADBEEF |
◆ mqc_setcurctx
#define mqc_setcurctx |
( |
| mqc, |
|
|
| ctxno ) |
Value:(mqc)->
curctx = (mqc)->ctxs + (uint32_t)(ctxno)
const mqc_state ** curctx
Active context.
Definition mqc.h:62
◆ POP_MQC
Value:
uint32_t a
only used by MQ decoder
Definition mqc.h:48
uint32_t c
temporary buffer where bits are coded or decoded
Definition mqc.h:46
uint32_t ct
number of bits already read or free to write
Definition mqc.h:50
◆ PUSH_MQC
Value: const mqc_state**
curctx = mqc->curctx; \