HomeSort by relevance Sort by last modified time
    Searched refs:T1_LUT_SIG_N (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
t1_generate_luts.c 131 vc = opj_int_min(((f & (T1_LUT_SIG_N | T1_LUT_SGN_N)) ==
132 T1_LUT_SIG_N) + ((f & (T1_LUT_SIG_S | T1_LUT_SGN_S)) == T1_LUT_SIG_S),
133 1) - opj_int_min(((f & (T1_LUT_SIG_N | T1_LUT_SGN_N)) ==
134 (T1_LUT_SIG_N | T1_LUT_SGN_N)) +
174 vc = opj_int_min(((f & (T1_LUT_SIG_N | T1_LUT_SGN_N)) ==
175 T1_LUT_SIG_N) + ((f & (T1_LUT_SIG_S | T1_LUT_SGN_S)) == T1_LUT_SIG_S),
176 1) - opj_int_min(((f & (T1_LUT_SIG_N | T1_LUT_SGN_N)) ==
177 (T1_LUT_SIG_N | T1_LUT_SGN_N)) +
t1.h 167 #define T1_LUT_SIG_N (1U << 1)

Completed in 50 milliseconds