Home
last modified time | relevance | path

Searched defs:mqc (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pdfium/third_party/libopenjpeg/
H A Dmqc.c164 static void opj_mqc_setbits(opj_mqc_t *mqc) in opj_mqc_setbits()
179 OPJ_UINT32 opj_mqc_numbytes(opj_mqc_t *mqc) in opj_mqc_numbytes()
188 void opj_mqc_init_enc(opj_mqc_t *mqc, OPJ_BYTE *bp) in opj_mqc_init_enc()
212 void opj_mqc_flush(opj_mqc_t *mqc) in opj_mqc_flush()
229 void opj_mqc_bypass_init_enc(opj_mqc_t *mqc) in opj_mqc_bypass_init_enc()
247 void opj_mqc_bypass_enc(opj_mqc_t *mqc, OPJ_UINT32 d) in opj_mqc_bypass_enc()
266 OPJ_UINT32 opj_mqc_bypass_get_extra_bytes(opj_mqc_t *mqc, OPJ_BOOL erterm) in opj_mqc_bypass_get_extra_bytes()
272 void opj_mqc_bypass_flush_enc(opj_mqc_t *mqc, OPJ_BOOL erterm) in opj_mqc_bypass_flush_enc()
310 void opj_mqc_reset_enc(opj_mqc_t *mqc) in opj_mqc_reset_enc()
319 OPJ_UINT32 opj_mqc_restart_enc(opj_mqc_t *mqc) in opj_mqc_restart_enc()
[all …]
H A Dmqc_inl.h74 static INLINE OPJ_UINT32 opj_mqc_raw_decode(opj_mqc_t *mqc) in opj_mqc_raw_decode()
102 #define opj_mqc_bytein_macro(mqc, c, ct) \ argument
126 #define opj_mqc_renormd_macro(mqc, a, c, ct) \ argument
138 #define opj_mqc_decode_macro(d, mqc, curctx, a, c, ct) \ argument
159 #define DOWNLOAD_MQC_VARIABLES(mqc, curctx, a, c, ct) \ argument
165 #define UPLOAD_MQC_VARIABLES(mqc, curctx, a, c, ct) \ argument
175 static INLINE void opj_mqc_bytein(opj_mqc_t *const mqc) in opj_mqc_bytein()
184 #define opj_mqc_renormd(mqc) \ argument
193 #define opj_mqc_decode(d, mqc) \ argument
210 #define opj_mqc_renorme_macro(mqc, a_, c_, ct_) \ argument
[all …]
H A Dt1.c251 static INLINE OPJ_BYTE opj_t1_getctxno_zc(opj_mqc_t *mqc, OPJ_UINT32 f) in opj_t1_getctxno_zc()
360 #define opj_t1_enc_sigpass_step_macro(mqc, curctx, a, c, ct, flagspIn, datapIn, bpno, one, nmsedec,… argument
418 opj_mqc_t *mqc = &(t1->mqc); /* RAW component */ in opj_t1_dec_sigpass_step_raw() local
433 #define opj_t1_dec_sigpass_step_mqc_macro(flags, flagsp, flags_stride, data, \ argument
470 opj_mqc_t *mqc = &(t1->mqc); /* MQC component */ in opj_t1_dec_sigpass_step_mqc() local
487 opj_mqc_t* mqc = &(t1->mqc); in opj_t1_enc_sigpass() local
740 #define opj_t1_enc_refpass_step_macro(mqc, curctx, a, c, ct, flags, flagsUpdated, datap, bpno, one,… argument
773 opj_mqc_t *mqc = &(t1->mqc); /* RAW component */ in opj_t1_dec_refpass_step_raw() local
783 #define opj_t1_dec_refpass_step_mqc_macro(flags, data, data_stride, ci, \ argument
805 opj_mqc_t *mqc = &(t1->mqc); /* MQC component */ in opj_t1_dec_refpass_step_mqc() local
[all …]
H A Dmqc.h139 #define opj_mqc_setcurctx(mqc, ctxno) (mqc)->curctx = &(mqc)->ctxs[(OPJ_UINT32)(ctxno)] argument
H A Dt1.h187 opj_mqc_t mqc; member