Searched refs:J2K_CCP_CBLKSTY_LAZY (Results 1 – 3 of 3) sorted by relevance
1401 …((OPJ_INT32) (cblk->numbps)) - 4) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_LAZY)) ? T1_TYPE… in opj_t1_decode_cblk()1613 …((OPJ_INT32) (cblk->numbps) - 4)) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_LAZY)) ? T1_TYPE… in opj_t1_encode_cblk()1648 …(bpno == ((OPJ_INT32)cblk->numbps - 4)) && (passtype == 2))) && (cblksty & J2K_CCP_CBLKSTY_LAZY)) { in opj_t1_encode_cblk()1669 …((OPJ_INT32) (cblk->numbps) - 4)) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_LAZY)) ? T1_TYPE… in opj_t1_encode_cblk()1687 else /* Default coding */ if (!(cblksty & J2K_CCP_CBLKSTY_LAZY)) in opj_t1_encode_cblk()
58 #define J2K_CCP_CBLKSTY_LAZY 0x01 /**< Selective arithmetic coding bypass */ macro
1370 else if (cblksty & J2K_CCP_CBLKSTY_LAZY) { in opj_t2_init_seg()