Home
last modified time | relevance | path

Searched refs:T1_LUT_SGN_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()
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()
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.h168 #define T1_LUT_SGN_E (1U << 2) macro