Home
last modified time | relevance | path

Searched refs:J2K_CCP_CBLKSTY_VSC (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dt1.c493 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()
Dj2k.h61 #define J2K_CCP_CBLKSTY_VSC 0x08 /**< Vertically stripe causal context */ macro