Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:cblksty

111                                 OPJ_UINT32 cblksty);
120 OPJ_INT32 cblksty);
152 OPJ_UINT32 cblksty);
160 OPJ_INT32 cblksty);
249 OPJ_UINT32 cblksty);
257 OPJ_INT32 cblksty);
278 OPJ_UINT32 cblksty,
290 @param cblksty Code-block style
296 OPJ_UINT32 cblksty);
486 OPJ_UINT32 cblksty
497 vsc = ((cblksty & J2K_CCP_CBLKSTY_VSC) && (j == k + 3 || j == t1->h - 1)) ? 1 : 0;
517 OPJ_INT32 cblksty)
527 vsc = ((cblksty & J2K_CCP_CBLKSTY_VSC) && (j == k + 3 || j == t1->h - 1)) ? 1 : 0;
709 OPJ_UINT32 cblksty)
719 vsc = ((cblksty & J2K_CCP_CBLKSTY_VSC) && (j == k + 3 || j == t1->h - 1)) ? 1 : 0;
737 OPJ_INT32 cblksty)
748 vsc = ((cblksty & J2K_CCP_CBLKSTY_VSC) && (j == k + 3 || j == t1->h - 1)) ? 1 : 0;
945 OPJ_UINT32 cblksty)
958 if (cblksty & J2K_CCP_CBLKSTY_VSC) {
990 vsc = ((cblksty & J2K_CCP_CBLKSTY_VSC) && (j == k + 3 || j == t1->h - 1)) ? 1 : 0;
1010 OPJ_INT32 cblksty)
1014 OPJ_INT32 segsym = cblksty & J2K_CCP_CBLKSTY_SEGSYM;
1021 if (cblksty & J2K_CCP_CBLKSTY_VSC) {
1300 tccp->cblksty)) {
1365 OPJ_UINT32 cblksty)
1395 type = ((bpno_plus_one <= ((OPJ_INT32) (cblk->numbps)) - 4) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_LAZY)) ? T1_TYPE_RAW : T1_TYPE_MQ;
1412 opj_t1_dec_sigpass_raw(t1, bpno_plus_one, (OPJ_INT32)orient, (OPJ_INT32)cblksty);
1414 if (cblksty & J2K_CCP_CBLKSTY_VSC) {
1423 opj_t1_dec_refpass_raw(t1, bpno_plus_one, (OPJ_INT32)cblksty);
1425 if (cblksty & J2K_CCP_CBLKSTY_VSC) {
1433 opj_t1_dec_clnpass(t1, bpno_plus_one, (OPJ_INT32)orient, (OPJ_INT32)cblksty);
1437 if ((cblksty & J2K_CCP_CBLKSTY_RESET) && type == T1_TYPE_MQ) {
1544 tccp->cblksty,
1566 OPJ_UINT32 cblksty,
1607 type = ((bpno < ((OPJ_INT32) (cblk->numbps) - 4)) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_LAZY)) ? T1_TYPE_RAW : T1_TYPE_MQ;
1611 opj_t1_enc_sigpass(t1, bpno, orient, &nmsedec, type, cblksty);
1614 opj_t1_enc_refpass(t1, bpno, &nmsedec, type, cblksty);
1617 opj_t1_enc_clnpass(t1, bpno, orient, &nmsedec, cblksty);
1619 if (cblksty & J2K_CCP_CBLKSTY_SEGSYM)
1630 if ((cblksty & J2K_CCP_CBLKSTY_TERMALL) && !((passtype == 2) && (bpno - 1 < 0))) {
1642 || ((bpno == ((OPJ_INT32)cblk->numbps - 4)) && (passtype == 2))) && (cblksty & J2K_CCP_CBLKSTY_LAZY)) {
1663 type = ((bpno < ((OPJ_INT32) (cblk->numbps) - 4)) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_LAZY)) ? T1_TYPE_RAW : T1_TYPE_MQ;
1674 if (cblksty & J2K_CCP_CBLKSTY_RESET)
1679 if (cblksty & J2K_CCP_CBLKSTY_PTERM)
1681 else /* Default coding */ if (!(cblksty & J2K_CCP_CBLKSTY_LAZY))