Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dt1_generate_luts.c118 T1_SIG_E) + ((f & (T1_SIG_W | T1_SGN_W)) == T1_SIG_W), in t1_init_ctxno_sc()
121 ((f & (T1_SIG_W | T1_SGN_W)) == in t1_init_ctxno_sc()
122 (T1_SIG_W | T1_SGN_W)), 1); in t1_init_ctxno_sc()
158 T1_SIG_E) + ((f & (T1_SIG_W | T1_SGN_W)) == T1_SIG_W), in t1_init_spb()
161 ((f & (T1_SIG_W | T1_SGN_W)) == in t1_init_spb()
162 (T1_SIG_W | T1_SGN_W)), 1); in t1_init_spb()
Dt1.h67 #define T1_SGN_W 0x0800 macro
68 #define T1_SGN (T1_SGN_N|T1_SGN_E|T1_SGN_S|T1_SGN_W)
Dt1.c349 T1_SIG_W, T1_SIG_W|T1_SGN_W, in opj_t1_updateflags()