Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dt1_generate_luts.c124 hc = opj_int_min(((f & (T1_LUT_SIG_E | T1_LUT_SGN_E)) == in t1_init_ctxno_sc()
125 T1_LUT_SIG_E) + ((f & (T1_LUT_SIG_W | T1_LUT_SGN_W)) == T1_LUT_SIG_W), in t1_init_ctxno_sc()
126 1) - opj_int_min(((f & (T1_LUT_SIG_E | T1_LUT_SGN_E)) == in t1_init_ctxno_sc()
127 (T1_LUT_SIG_E | T1_LUT_SGN_E)) + in t1_init_ctxno_sc()
167 hc = opj_int_min(((f & (T1_LUT_SIG_E | T1_LUT_SGN_E)) == in t1_init_spb()
168 T1_LUT_SIG_E) + ((f & (T1_LUT_SIG_W | T1_LUT_SGN_W)) == T1_LUT_SIG_W), in t1_init_spb()
169 1) - opj_int_min(((f & (T1_LUT_SIG_E | T1_LUT_SGN_E)) == in t1_init_spb()
170 (T1_LUT_SIG_E | T1_LUT_SGN_E)) + in t1_init_spb()
Dt1.h171 #define T1_LUT_SIG_E (1U << 5) macro