Lines Matching refs:orient
48 static INLINE OPJ_BYTE opj_t1_getctxno_zc(OPJ_UINT32 f, OPJ_UINT32 orient);
61 OPJ_UINT32 orient,
75 OPJ_UINT32 orient,
85 OPJ_INT32 orient,
92 OPJ_INT32 orient,
98 OPJ_INT32 orient,
108 OPJ_UINT32 orient,
119 OPJ_INT32 orient,
124 OPJ_INT32 orient);
128 OPJ_INT32 orient);
212 OPJ_UINT32 orient,
225 OPJ_INT32 orient,
231 OPJ_INT32 orient,
237 OPJ_INT32 orient,
247 OPJ_UINT32 orient,
256 OPJ_INT32 orient,
263 OPJ_UINT32 orient,
273 OPJ_UINT32 orient,
294 OPJ_UINT32 orient,
308 static OPJ_BYTE opj_t1_getctxno_zc(OPJ_UINT32 f, OPJ_UINT32 orient) { in opj_t1_getctxno_zc() argument
309 return lut_ctxno_zc[(orient << 8) | (f & T1_SIG_OTH)]; in opj_t1_getctxno_zc()
369 OPJ_UINT32 orient, in opj_t1_enc_sigpass_step() argument
385 opj_mqc_setcurctx(mqc, opj_t1_getctxno_zc(flag, orient)); /* ESSAI */ in opj_t1_enc_sigpass_step()
411 OPJ_INT32 orient, in opj_t1_dec_sigpass_step_raw() argument
417 OPJ_ARG_NOT_USED(orient); in opj_t1_dec_sigpass_step_raw()
434 OPJ_INT32 orient, in opj_t1_dec_sigpass_step_mqc() argument
443 … opj_mqc_setcurctx(mqc, opj_t1_getctxno_zc((OPJ_UINT32)flag, (OPJ_UINT32)orient)); in opj_t1_dec_sigpass_step_mqc()
458 OPJ_INT32 orient, in opj_t1_dec_sigpass_step_mqc_vsc() argument
468 opj_mqc_setcurctx(mqc, opj_t1_getctxno_zc((OPJ_UINT32)flag, (OPJ_UINT32)orient)); in opj_t1_dec_sigpass_step_mqc_vsc()
483 OPJ_UINT32 orient, in opj_t1_enc_sigpass() argument
502 orient, in opj_t1_enc_sigpass()
516 OPJ_INT32 orient, in opj_t1_dec_sigpass_raw() argument
532 orient, in opj_t1_dec_sigpass_raw()
543 OPJ_INT32 orient) in opj_t1_dec_sigpass_mqc() argument
557 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf); in opj_t1_dec_sigpass_mqc()
560 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf); in opj_t1_dec_sigpass_mqc()
563 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf); in opj_t1_dec_sigpass_mqc()
566 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf); in opj_t1_dec_sigpass_mqc()
577 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf); in opj_t1_dec_sigpass_mqc()
586 OPJ_INT32 orient) in opj_t1_dec_sigpass_mqc_vsc() argument
601 orient, in opj_t1_dec_sigpass_mqc_vsc()
834 OPJ_UINT32 orient, in opj_t1_enc_clnpass_step() argument
851 opj_mqc_setcurctx(mqc, opj_t1_getctxno_zc(flag, orient)); in opj_t1_enc_clnpass_step()
870 OPJ_INT32 orient, in opj_t1_dec_clnpass_step_partial() argument
876 OPJ_ARG_NOT_USED(orient); in opj_t1_dec_clnpass_step_partial()
890 OPJ_INT32 orient, in opj_t1_dec_clnpass_step() argument
899 opj_mqc_setcurctx(mqc, opj_t1_getctxno_zc((OPJ_UINT32)flag, (OPJ_UINT32)orient)); in opj_t1_dec_clnpass_step()
914 OPJ_INT32 orient, in opj_t1_dec_clnpass_step_vsc() argument
928 opj_mqc_setcurctx(mqc, opj_t1_getctxno_zc((OPJ_UINT32)flag, (OPJ_UINT32)orient)); in opj_t1_dec_clnpass_step_vsc()
943 OPJ_UINT32 orient, in opj_t1_enc_clnpass() argument
995 orient, in opj_t1_enc_clnpass()
1009 OPJ_INT32 orient, in opj_t1_dec_clnpass() argument
1050 orient, in opj_t1_dec_clnpass()
1081 opj_t1_dec_clnpass_step_partial(t1, flags2, data2, orient, oneplushalf); in opj_t1_dec_clnpass()
1083 opj_t1_dec_clnpass_step(t1, flags2, data2, orient, oneplushalf); in opj_t1_dec_clnpass()
1089 opj_t1_dec_clnpass_step(t1, flags2, data2, orient, oneplushalf); in opj_t1_dec_clnpass()
1092 opj_t1_dec_clnpass_step(t1, flags2, data2, orient, oneplushalf); in opj_t1_dec_clnpass()
1095 opj_t1_dec_clnpass_step(t1, flags2, data2, orient, oneplushalf); in opj_t1_dec_clnpass()
1098 opj_t1_dec_clnpass_step(t1, flags2, data2, orient, oneplushalf); in opj_t1_dec_clnpass()
1110 opj_t1_dec_clnpass_step(t1, flags2, data2, orient, oneplushalf); in opj_t1_dec_clnpass()
1137 OPJ_UINT32 orient, in opj_t1_getwmsedec() argument
1153 w2 = opj_dwt_getnorm(level, orient); in opj_t1_getwmsedec()
1155 w2 = opj_dwt_getnorm_real(level, orient); in opj_t1_getwmsedec()
1369 OPJ_UINT32 orient, in opj_t1_decode_cblk() argument
1418 … opj_t1_dec_sigpass_raw(t1, bpno_plus_one, (OPJ_INT32)orient, (OPJ_INT32)cblksty); in opj_t1_decode_cblk()
1421 opj_t1_dec_sigpass_mqc_vsc(t1, bpno_plus_one, (OPJ_INT32)orient); in opj_t1_decode_cblk()
1423 opj_t1_dec_sigpass_mqc(t1, bpno_plus_one, (OPJ_INT32)orient); in opj_t1_decode_cblk()
1439 opj_t1_dec_clnpass(t1, bpno_plus_one, (OPJ_INT32)orient, (OPJ_INT32)cblksty); in opj_t1_decode_cblk()
1567 OPJ_UINT32 orient, in opj_t1_encode_cblk() argument
1617 opj_t1_enc_sigpass(t1, bpno, orient, &nmsedec, type, cblksty); in opj_t1_encode_cblk()
1623 opj_t1_enc_clnpass(t1, bpno, orient, &nmsedec, cblksty); in opj_t1_encode_cblk()
1631 …tempwmsedec = opj_t1_getwmsedec(nmsedec, compno, level, orient, bpno, qmfbid, stepsize, numcomps,m… in opj_t1_encode_cblk()
1740 OPJ_UINT32 orient,
1759 opj_mqc_setcurctx(mqc, opj_t1_getctxno_zc(flag, orient));