• Home
  • Raw
  • Download

Lines Matching refs:cblksty

103                                OPJ_UINT32 cblksty);
111 OPJ_INT32 cblksty);
166 OPJ_UINT32 cblksty);
187 OPJ_UINT32 cblksty,
208 OPJ_UINT32 cblksty,
460 OPJ_UINT32 cblksty in opj_t1_enc_sigpass() argument
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()
560 OPJ_INT32 cblksty) in opj_t1_dec_sigpass_raw() argument
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()
698 OPJ_INT32 cblksty) in opj_t1_dec_sigpass_mqc() argument
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()
1043 OPJ_UINT32 cblksty) in opj_t1_enc_clnpass_step() argument
1106 vsc = ((cblksty & J2K_CCP_CBLKSTY_VSC) && (ci == 0)) ? 1 : 0; in opj_t1_enc_clnpass_step()
1164 OPJ_UINT32 cblksty) in opj_t1_enc_clnpass() argument
1215 cblksty); in opj_t1_enc_clnpass()
1239 cblksty); in opj_t1_enc_clnpass()
1333 static void opj_t1_dec_clnpass_check_segsym(opj_t1_t *t1, OPJ_INT32 cblksty) in opj_t1_dec_clnpass_check_segsym() argument
1335 if (cblksty & J2K_CCP_CBLKSTY_SEGSYM) { in opj_t1_dec_clnpass_check_segsym()
1387 OPJ_INT32 cblksty) in opj_t1_dec_clnpass() argument
1390 if (cblksty & J2K_CCP_CBLKSTY_VSC) { in opj_t1_dec_clnpass()
1396 if (cblksty & J2K_CCP_CBLKSTY_VSC) { in opj_t1_dec_clnpass()
1402 opj_t1_dec_clnpass_check_segsym(t1, cblksty); in opj_t1_dec_clnpass()
1670 tccp->cblksty, in opj_t1_clbl_decode_processor()
1924 OPJ_UINT32 cblksty, in opj_t1_decode_cblk() argument
2020 (cblksty & J2K_CCP_CBLKSTY_LAZY)) ? T1_TYPE_RAW : T1_TYPE_MQ; in opj_t1_decode_cblk()
2036 opj_t1_dec_sigpass_raw(t1, bpno_plus_one, (OPJ_INT32)cblksty); in opj_t1_decode_cblk()
2038 opj_t1_dec_sigpass_mqc(t1, bpno_plus_one, (OPJ_INT32)cblksty); in opj_t1_decode_cblk()
2049 opj_t1_dec_clnpass(t1, bpno_plus_one, (OPJ_INT32)cblksty); in opj_t1_decode_cblk()
2053 if ((cblksty & J2K_CCP_CBLKSTY_RESET) && type == T1_TYPE_MQ) { in opj_t1_decode_cblk()
2200 tccp->cblksty, in opj_t1_encode_cblks()
2216 OPJ_UINT32 cblksty, in opj_t1_enc_is_term_pass() argument
2225 if (cblksty & J2K_CCP_CBLKSTY_TERMALL) { in opj_t1_enc_is_term_pass()
2229 if ((cblksty & J2K_CCP_CBLKSTY_LAZY)) { in opj_t1_enc_is_term_pass()
2253 OPJ_UINT32 cblksty, in opj_t1_encode_cblk() argument
2306 (cblksty & J2K_CCP_CBLKSTY_LAZY)) ? T1_TYPE_RAW : T1_TYPE_MQ; in opj_t1_encode_cblk()
2319 opj_t1_enc_sigpass(t1, bpno, &nmsedec, type, cblksty); in opj_t1_encode_cblk()
2325 opj_t1_enc_clnpass(t1, bpno, &nmsedec, cblksty); in opj_t1_encode_cblk()
2327 if (cblksty & J2K_CCP_CBLKSTY_SEGSYM) { in opj_t1_encode_cblk()
2340 if (opj_t1_enc_is_term_pass(cblk, cblksty, bpno, passtype)) { in opj_t1_encode_cblk()
2343 opj_mqc_bypass_flush_enc(mqc, cblksty & J2K_CCP_CBLKSTY_PTERM); in opj_t1_encode_cblk()
2345 if (cblksty & J2K_CCP_CBLKSTY_PTERM) { in opj_t1_encode_cblk()
2358 mqc, (cblksty & J2K_CCP_CBLKSTY_PTERM)); in opj_t1_encode_cblk()
2372 if (cblksty & J2K_CCP_CBLKSTY_RESET) { in opj_t1_encode_cblk()