Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dt1_generate_luts.c45 v = ((f & T1_SIG_N) != 0) + ((f & T1_SIG_S) != 0); in t1_init_ctxno_zc()
124 vc = opj_int_min(((f & (T1_SIG_N | T1_SGN_N)) == in t1_init_ctxno_sc()
125 T1_SIG_N) + ((f & (T1_SIG_S | T1_SGN_S)) == T1_SIG_S), in t1_init_ctxno_sc()
126 1) - opj_int_min(((f & (T1_SIG_N | T1_SGN_N)) == in t1_init_ctxno_sc()
127 (T1_SIG_N | T1_SGN_N)) + in t1_init_ctxno_sc()
164 vc = opj_int_min(((f & (T1_SIG_N | T1_SGN_N)) == in t1_init_spb()
165 T1_SIG_N) + ((f & (T1_SIG_S | T1_SGN_S)) == T1_SIG_S), in t1_init_spb()
166 1) - opj_int_min(((f & (T1_SIG_N | T1_SGN_N)) == in t1_init_spb()
167 (T1_SIG_N | T1_SGN_N)) + in t1_init_spb()
Dt1.h57 #define T1_SIG_N 0x0010 /**< Context orientation : North 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_N, T1_SIG_N|T1_SGN_N in opj_t1_updateflags()