Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dt1.h96 #define T1_SIGMA_5 (1U << 5) macro
154 #define T1_SIGMA_E T1_SIGMA_5
Dt1_generate_luts.c46 h = ((f & T1_SIGMA_3) != 0) + ((f & T1_SIGMA_5) != 0); in t1_init_ctxno_zc()
Dt1.c244 OPJ_UINT32 lu = (fX >> (ci * 3U)) & (T1_SIGMA_1 | T1_SIGMA_3 | T1_SIGMA_5 | in opj_t1_getctxtno_sc_or_spb_index()
296 flagsp[-1] |= T1_SIGMA_5 << (3U * ci); \