Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dt1_generate_luts.c44 h = ((f & T1_SIG_W) != 0) + ((f & T1_SIG_E) != 0); in t1_init_ctxno_zc()
117 hc = opj_int_min(((f & (T1_SIG_E | T1_SGN_E)) == in t1_init_ctxno_sc()
118 T1_SIG_E) + ((f & (T1_SIG_W | T1_SGN_W)) == T1_SIG_W), in t1_init_ctxno_sc()
119 1) - opj_int_min(((f & (T1_SIG_E | T1_SGN_E)) == in t1_init_ctxno_sc()
120 (T1_SIG_E | T1_SGN_E)) + in t1_init_ctxno_sc()
157 hc = opj_int_min(((f & (T1_SIG_E | T1_SGN_E)) == in t1_init_spb()
158 T1_SIG_E) + ((f & (T1_SIG_W | T1_SGN_W)) == T1_SIG_W), in t1_init_spb()
159 1) - opj_int_min(((f & (T1_SIG_E | T1_SGN_E)) == in t1_init_spb()
160 (T1_SIG_E | T1_SGN_E)) + in t1_init_spb()
Dt1.h58 #define T1_SIG_E 0x0020 /**< Context orientation : East direction */ macro
61 #define T1_SIG_OTH (T1_SIG_N|T1_SIG_NE|T1_SIG_E|T1_SIG_SE|T1_SIG_S|T1_SIG_SW|T1_SIG_W|T1_SIG_NW)
62 #define T1_SIG_PRIM (T1_SIG_N|T1_SIG_E|T1_SIG_S|T1_SIG_W)
Dt1.c348 T1_SIG_E, T1_SIG_E|T1_SGN_E, in opj_t1_updateflags()