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.c497 vsc = ((cblksty & J2K_CCP_CBLKSTY_VSC) && (j == k + 3 || j == t1->h - 1)) ? 1 : 0; in opj_t1_enc_sigpass()
527 … vsc = ((cblksty & J2K_CCP_CBLKSTY_VSC) && (j == k + 3 || j == t1->h - 1)) ? 1 : 0; in opj_t1_dec_sigpass_raw()
719 vsc = ((cblksty & J2K_CCP_CBLKSTY_VSC) && (j == k + 3 || j == t1->h - 1)) ? 1 : 0; in opj_t1_enc_refpass()
748 … vsc = ((cblksty & J2K_CCP_CBLKSTY_VSC) && (j == k + 3 || j == t1->h - 1)) ? 1 : 0; in opj_t1_dec_refpass_raw()
958 if (cblksty & J2K_CCP_CBLKSTY_VSC) { in opj_t1_enc_clnpass()
990 vsc = ((cblksty & J2K_CCP_CBLKSTY_VSC) && (j == k + 3 || j == t1->h - 1)) ? 1 : 0; in opj_t1_enc_clnpass()
1021 if (cblksty & J2K_CCP_CBLKSTY_VSC) { in opj_t1_dec_clnpass()
1414 if (cblksty & J2K_CCP_CBLKSTY_VSC) { in opj_t1_decode_cblk()
1425 if (cblksty & J2K_CCP_CBLKSTY_VSC) { in opj_t1_decode_cblk()
Dj2k.h61 #define J2K_CCP_CBLKSTY_VSC 0x08 /**< Vertically stripe causal context */ macro