Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dt1_generate_luts.c131 vc = opj_int_min(((f & (T1_LUT_SIG_N | T1_LUT_SGN_N)) == in t1_init_ctxno_sc()
133 1) - opj_int_min(((f & (T1_LUT_SIG_N | T1_LUT_SGN_N)) == in t1_init_ctxno_sc()
134 (T1_LUT_SIG_N | T1_LUT_SGN_N)) + in t1_init_ctxno_sc()
174 vc = opj_int_min(((f & (T1_LUT_SIG_N | T1_LUT_SGN_N)) == in t1_init_spb()
176 1) - opj_int_min(((f & (T1_LUT_SIG_N | T1_LUT_SGN_N)) == in t1_init_spb()
177 (T1_LUT_SIG_N | T1_LUT_SGN_N)) + in t1_init_spb()
Dt1.h170 #define T1_LUT_SGN_N (1U << 4) macro