Home
last modified time | relevance | path

Searched refs:J2K_CCP_CBLKSTY_LAZY (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dt1.c1401 …((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()
Dj2k.h58 #define J2K_CCP_CBLKSTY_LAZY 0x01 /**< Selective arithmetic coding bypass */ macro
Dt2.c1370 else if (cblksty & J2K_CCP_CBLKSTY_LAZY) { in opj_t2_init_seg()