Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dt1_generate_luts.c132 T1_LUT_SIG_N) + ((f & (T1_LUT_SIG_S | T1_LUT_SGN_S)) == T1_LUT_SIG_S), in t1_init_ctxno_sc()
135 ((f & (T1_LUT_SIG_S | T1_LUT_SGN_S)) == in t1_init_ctxno_sc()
136 (T1_LUT_SIG_S | T1_LUT_SGN_S)), 1); in t1_init_ctxno_sc()
175 T1_LUT_SIG_N) + ((f & (T1_LUT_SIG_S | T1_LUT_SGN_S)) == T1_LUT_SIG_S), in t1_init_spb()
178 ((f & (T1_LUT_SIG_S | T1_LUT_SGN_S)) == in t1_init_spb()
179 (T1_LUT_SIG_S | T1_LUT_SGN_S)), 1); in t1_init_spb()
Dt1.h173 #define T1_LUT_SIG_S (1U << 7) macro