Searched defs:mqc (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | mqc.c | 185 static void opj_mqc_byteout(opj_mqc_t *mqc) in opj_mqc_byteout() 219 static void opj_mqc_renorme(opj_mqc_t *mqc) in opj_mqc_renorme() 231 static void opj_mqc_codemps(opj_mqc_t *mqc) in opj_mqc_codemps() 247 static void opj_mqc_codelps(opj_mqc_t *mqc) in opj_mqc_codelps() 259 static void opj_mqc_setbits(opj_mqc_t *mqc) in opj_mqc_setbits() 274 OPJ_UINT32 opj_mqc_numbytes(opj_mqc_t *mqc) in opj_mqc_numbytes() 283 void opj_mqc_init_enc(opj_mqc_t *mqc, OPJ_BYTE *bp) in opj_mqc_init_enc() 306 void opj_mqc_encode(opj_mqc_t *mqc, OPJ_UINT32 d) in opj_mqc_encode() 315 void opj_mqc_flush(opj_mqc_t *mqc) in opj_mqc_flush() 334 void opj_mqc_bypass_init_enc(opj_mqc_t *mqc) in opj_mqc_bypass_init_enc() [all …]
|
D | mqc_inl.h | 74 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, c, a, ct) \ argument 165 #define UPLOAD_MQC_VARIABLES(mqc, curctx, c, a, 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
|
D | t1.c | 223 static INLINE OPJ_BYTE opj_t1_getctxno_zc(opj_mqc_t *mqc, OPJ_UINT32 f) in opj_t1_getctxno_zc() 344 opj_mqc_t *mqc = &(t1->mqc); /* MQC component */ in opj_t1_enc_sigpass_step() local 398 opj_mqc_t *mqc = &(t1->mqc); /* RAW component */ in opj_t1_dec_sigpass_step_raw() local 413 #define opj_t1_dec_sigpass_step_mqc_macro(flags, flagsp, flags_stride, data, \ argument 450 opj_mqc_t *mqc = &(t1->mqc); /* MQC component */ in opj_t1_dec_sigpass_step_mqc() local 729 opj_mqc_t *mqc = &(t1->mqc); /* MQC component */ in opj_t1_enc_refpass_step() local 762 opj_mqc_t *mqc = &(t1->mqc); /* RAW component */ in opj_t1_dec_refpass_step_raw() local 772 #define opj_t1_dec_refpass_step_mqc_macro(flags, data, data_stride, ci, \ argument 794 opj_mqc_t *mqc = &(t1->mqc); /* MQC component */ in opj_t1_dec_refpass_step_mqc() local 1047 opj_mqc_t *mqc = &(t1->mqc); /* MQC component */ in opj_t1_enc_clnpass_step() local [all …]
|
D | mqc.h | 137 #define opj_mqc_setcurctx(mqc, ctxno) (mqc)->curctx = &(mqc)->ctxs[(OPJ_UINT32)(ctxno)] argument
|
D | t1.h | 187 opj_mqc_t mqc; member
|