Searched refs:J2K_CCP_CBLKSTY_VSC (Results 1 – 2 of 2) sorted by relevance
493 0, cblksty & J2K_CCP_CBLKSTY_VSC); in opj_t1_enc_sigpass()550 (j == k && (cblksty & J2K_CCP_CBLKSTY_VSC) != 0)); in opj_t1_enc_sigpass()580 cblksty & J2K_CCP_CBLKSTY_VSC, /* vsc */ in opj_t1_dec_sigpass_raw()614 cblksty & J2K_CCP_CBLKSTY_VSC, /* vsc */ in opj_t1_dec_sigpass_raw()701 if (cblksty & J2K_CCP_CBLKSTY_VSC) { in opj_t1_dec_sigpass_mqc()707 if (cblksty & J2K_CCP_CBLKSTY_VSC) { in opj_t1_dec_sigpass_mqc()1106 vsc = ((cblksty & J2K_CCP_CBLKSTY_VSC) && (ci == 0)) ? 1 : 0; in opj_t1_enc_clnpass_step()1390 if (cblksty & J2K_CCP_CBLKSTY_VSC) { in opj_t1_dec_clnpass()1396 if (cblksty & J2K_CCP_CBLKSTY_VSC) { in opj_t1_dec_clnpass()
61 #define J2K_CCP_CBLKSTY_VSC 0x08 /**< Vertically stripe causal context */ macro