Home | History | Annotate | Download | only in libopenjpeg20

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,
272 OPJ_UINT32 orient,
286 @param orient
292 OPJ_UINT32 orient,
306 OPJ_BYTE opj_t1_getctxno_zc(OPJ_UINT32 f, OPJ_UINT32 orient) {
307 return lut_ctxno_zc[(orient << 8) | (f & T1_SIG_OTH)];
367 OPJ_UINT32 orient,
383 opj_mqc_setcurctx(mqc, opj_t1_getctxno_zc(flag, orient)); /* ESSAI */
409 OPJ_INT32 orient,
415 OPJ_ARG_NOT_USED(orient);
432 OPJ_INT32 orient,
441 opj_mqc_setcurctx(mqc, opj_t1_getctxno_zc((OPJ_UINT32)flag, (OPJ_UINT32)orient));
456 OPJ_INT32 orient,
466 opj_mqc_setcurctx(mqc, opj_t1_getctxno_zc((OPJ_UINT32)flag, (OPJ_UINT32)orient));
481 OPJ_UINT32 orient,
500 orient,
514 OPJ_INT32 orient,
530 orient,
541 OPJ_INT32 orient)
555 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
558 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
561 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
564 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
575 opj_t1_dec_sigpass_step_mqc(t1, flags2, data2, orient, oneplushalf);
584 OPJ_INT32 orient)
599 orient,
832 OPJ_UINT32 orient,
849 opj_mqc_setcurctx(mqc, opj_t1_getctxno_zc(flag, orient));
868 OPJ_INT32 orient,
874 OPJ_ARG_NOT_USED(orient);
888 OPJ_INT32 orient,
897 opj_mqc_setcurctx(mqc, opj_t1_getctxno_zc((OPJ_UINT32)flag, (OPJ_UINT32)orient));
912 OPJ_INT32 orient,
926 opj_mqc_setcurctx(mqc, opj_t1_getctxno_zc((OPJ_UINT32)flag, (OPJ_UINT32)orient));
941 OPJ_UINT32 orient,
993 orient,
1007 OPJ_INT32 orient,
1048 orient,
1079 opj_t1_dec_clnpass_step_partial(t1, flags2, data2, orient, oneplushalf);
1081 opj_t1_dec_clnpass_step(t1, flags2, data2, orient, oneplushalf);
1087 opj_t1_dec_clnpass_step(t1, flags2, data2, orient, oneplushalf);
1090 opj_t1_dec_clnpass_step(t1, flags2, data2, orient, oneplushalf);
1093 opj_t1_dec_clnpass_step(t1, flags2, data2, orient, oneplushalf);
1096 opj_t1_dec_clnpass_step(t1, flags2, data2, orient, oneplushalf);
1108 opj_t1_dec_clnpass_step(t1, flags2, data2, orient, oneplushalf);
1135 OPJ_UINT32 orient,
1150 w2 = opj_dwt_getnorm(level, orient);
1152 w2 = opj_dwt_getnorm_real(level, orient);
1365 OPJ_UINT32 orient,
1414 opj_t1_dec_sigpass_raw(t1, bpno+1, (OPJ_INT32)orient, (OPJ_INT32)cblksty);
1417 opj_t1_dec_sigpass_mqc_vsc(t1, bpno+1, (OPJ_INT32)orient);
1419 opj_t1_dec_sigpass_mqc(t1, bpno+1, (OPJ_INT32)orient);
1435 opj_t1_dec_clnpass(t1, bpno+1, (OPJ_INT32)orient, (OPJ_INT32)cblksty);
1557 OPJ_UINT32 orient,
1604 opj_t1_enc_sigpass(t1, bpno, orient, &nmsedec, type, cblksty);
1610 opj_t1_enc_clnpass(t1, bpno, orient, &nmsedec, cblksty);
1618 tempwmsedec = opj_t1_getwmsedec(nmsedec, compno, level, orient, bpno, qmfbid, stepsize, numcomps,mct_norms) ;
1727 OPJ_UINT32 orient,
1746 opj_mqc_setcurctx(mqc, opj_t1_getctxno_zc(flag, orient));