Home
last modified time | relevance | path

Searched refs:T1_SIGMA_7 (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dt1.h98 #define T1_SIGMA_7 (1U << 7) macro
156 #define T1_SIGMA_S T1_SIGMA_7
Dt1_generate_luts.c47 v = ((f & T1_SIGMA_1) != 0) + ((f & T1_SIGMA_7) != 0); in t1_init_ctxno_zc()
Dt1.c245 T1_SIGMA_7); in opj_t1_getctxtno_sc_or_spb_index()
823 if ((*f & (T1_SIGMA_4 | T1_SIGMA_7 | T1_SIGMA_10 | T1_SIGMA_13)) == 0) { in opj_t1_enc_refpass()
885 if ((*f & (T1_SIGMA_4 | T1_SIGMA_7 | T1_SIGMA_10 | T1_SIGMA_13)) == 0) { in opj_t1_enc_refpass()
1049 const OPJ_UINT32 check = (T1_SIGMA_4 | T1_SIGMA_7 | T1_SIGMA_10 | T1_SIGMA_13 | in opj_t1_enc_clnpass_step()