Lines Matching refs:OPJ_UINT32
60 OPJ_UINT32 qeval;
62 OPJ_UINT32 mps;
76 OPJ_UINT32 c;
78 OPJ_UINT32 a;
80 OPJ_UINT32 ct;
82 OPJ_UINT32 end_of_byte_stream_counter;
110 OPJ_UINT32 opj_mqc_numbytes(opj_mqc_t *mqc);
124 void opj_mqc_setstate(opj_mqc_t *mqc, OPJ_UINT32 ctxno, OPJ_UINT32 msb,
137 #define opj_mqc_setcurctx(mqc, ctxno) (mqc)->curctx = &(mqc)->ctxs[(OPJ_UINT32)(ctxno)]
143 void opj_mqc_encode(opj_mqc_t *mqc, OPJ_UINT32 d);
161 OPJ_UINT32 opj_mqc_bypass_get_extra_bytes(opj_mqc_t *mqc, OPJ_BOOL erterm);
169 void opj_mqc_bypass_enc(opj_mqc_t *mqc, OPJ_UINT32 d);
188 OPJ_UINT32 opj_mqc_restart_enc(opj_mqc_t *mqc);
225 void opj_mqc_init_dec(opj_mqc_t *mqc, OPJ_BYTE *bp, OPJ_UINT32 len,
226 OPJ_UINT32 extra_writable_bytes);
246 void opj_mqc_raw_init_dec(opj_mqc_t *mqc, OPJ_BYTE *bp, OPJ_UINT32 len,
247 OPJ_UINT32 extra_writable_bytes);