Lines Matching refs:curctx
62 #define opj_t1_setcurctx(curctx, ctxno) curctx = &(mqc)->ctxs[(OPJ_UINT32)(ctxno)] argument
414 data_stride, ci, mqc, curctx, \ argument
420 opj_t1_setcurctx(curctx, ctxt1); \
421 opj_mqc_decode_macro(v, mqc, curctx, a, c, ct); \
429 opj_t1_setcurctx(curctx, ctxt2); \
430 opj_mqc_decode_macro(v, mqc, curctx, a, c, ct); \
452 0, ci, mqc, mqc->curctx, in opj_t1_dec_sigpass_step_mqc()
629 DOWNLOAD_MQC_VARIABLES(mqc, curctx, c, a, ct); \
640 l_w, 0, mqc, curctx, v, a, c, ct, oneplushalf, vsc); \
643 l_w, 1, mqc, curctx, v, a, c, ct, oneplushalf, OPJ_FALSE); \
646 l_w, 2, mqc, curctx, v, a, c, ct, oneplushalf, OPJ_FALSE); \
649 l_w, 3, mqc, curctx, v, a, c, ct, oneplushalf, OPJ_FALSE); \
654 UPLOAD_MQC_VARIABLES(mqc, curctx, c, a, ct); \
773 mqc, curctx, v, a, c, ct, poshalf) \ argument
778 opj_t1_setcurctx(curctx, ctxt); \
779 opj_mqc_decode_macro(v, mqc, curctx, a, c, ct); \
796 mqc, mqc->curctx, v, mqc->a, mqc->c, in opj_t1_dec_refpass_step_mqc()
971 DOWNLOAD_MQC_VARIABLES(mqc, curctx, c, a, ct); \
981 mqc, curctx, v, a, c, ct, poshalf); \
984 mqc, curctx, v, a, c, ct, poshalf); \
987 mqc, curctx, v, a, c, ct, poshalf); \
990 mqc, curctx, v, a, c, ct, poshalf); \
995 UPLOAD_MQC_VARIABLES(mqc, curctx, c, a, ct); \
1117 data_stride, ci, mqc, curctx, \ argument
1124 opj_t1_setcurctx(curctx, ctxt1); \
1125 opj_mqc_decode_macro(v, mqc, curctx, a, c, ct); \
1133 opj_t1_setcurctx(curctx, opj_t1_getctxno_sc(lu)); \
1134 opj_mqc_decode_macro(v, mqc, curctx, a, c, ct); \
1156 0, ci, mqc, mqc->curctx, in opj_t1_dec_clnpass_step()
1253 DOWNLOAD_MQC_VARIABLES(mqc, curctx, c, a, ct); \
1263 opj_t1_setcurctx(curctx, T1_CTXNO_AGG); \
1264 opj_mqc_decode_macro(v, mqc, curctx, a, c, ct); \
1268 opj_t1_setcurctx(curctx, T1_CTXNO_UNI); \
1269 opj_mqc_decode_macro(runlen, mqc, curctx, a, c, ct); \
1270 opj_mqc_decode_macro(v, mqc, curctx, a, c, ct); \
1276 l_w, 0, mqc, curctx, \
1283 l_w, 1, mqc, curctx, \
1290 l_w, 2, mqc, curctx, \
1297 l_w, 3, mqc, curctx, \
1304 l_w, 0, mqc, curctx, \
1308 l_w, 1, mqc, curctx, \
1312 l_w, 2, mqc, curctx, \
1316 l_w, 3, mqc, curctx, \
1322 UPLOAD_MQC_VARIABLES(mqc, curctx, c, a, ct); \