Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dt1.h95 #define T1_SIGMA_4 (1U << 4) macro
153 #define T1_SIGMA_THIS T1_SIGMA_4
Dt1.c299 flags |= ((s << T1_CHI_1_I) | T1_SIGMA_4) << (3U * ci); \
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()