Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dt1_generate_luts.c125 T1_LUT_SIG_E) + ((f & (T1_LUT_SIG_W | T1_LUT_SGN_W)) == T1_LUT_SIG_W), in t1_init_ctxno_sc()
128 ((f & (T1_LUT_SIG_W | T1_LUT_SGN_W)) == in t1_init_ctxno_sc()
129 (T1_LUT_SIG_W | T1_LUT_SGN_W)), 1); in t1_init_ctxno_sc()
168 T1_LUT_SIG_E) + ((f & (T1_LUT_SIG_W | T1_LUT_SGN_W)) == T1_LUT_SIG_W), in t1_init_spb()
171 ((f & (T1_LUT_SIG_W | T1_LUT_SGN_W)) == in t1_init_spb()
172 (T1_LUT_SIG_W | T1_LUT_SGN_W)), 1); in t1_init_spb()
Dt1.h169 #define T1_LUT_SIG_W (1U << 3) macro