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

/external/pdfium/third_party/libopenjpeg20/
H A Dj2k.h58 #define J2K_CCP_CBLKSTY_LAZY 0x01 /**< Selective arithmetic coding bypass */ macro
H A Dt1.c1401 type = ((bpno_plus_one <= ((OPJ_INT32) (cblk->numbps)) - 4) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_LAZY)) ? T1_TYPE_RAW : T1_TYPE_MQ;
1613 type = ((bpno < ((OPJ_INT32) (cblk->numbps) - 4)) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_LAZY)) ? T1_TYPE_RAW : T1_TYPE_MQ;
1648 || ((bpno == ((OPJ_INT32)cblk->numbps - 4)) && (passtype == 2))) && (cblksty & J2K_CCP_CBLKSTY_LAZY)) {
1669 type = ((bpno < ((OPJ_INT32) (cblk->numbps) - 4)) && (passtype < 2) && (cblksty & J2K_CCP_CBLKSTY_LAZY)) ? T1_TYPE_RAW : T1_TYPE_MQ;
1687 else /* Default coding */ if (!(cblksty & J2K_CCP_CBLKSTY_LAZY))
H A Dt2.c1370 else if (cblksty & J2K_CCP_CBLKSTY_LAZY) {

Completed in 70 milliseconds