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

  /external/pdfium/third_party/libopenjpeg20/
t1.h 60 #define T1_SIG_W 0x0080 /**< Context orientation : West direction */
61 #define T1_SIG_OTH (T1_SIG_N|T1_SIG_NE|T1_SIG_E|T1_SIG_SE|T1_SIG_S|T1_SIG_SW|T1_SIG_W|T1_SIG_NW)
62 #define T1_SIG_PRIM (T1_SIG_N|T1_SIG_E|T1_SIG_S|T1_SIG_W)
t1_generate_luts.c 44 h = ((f & T1_SIG_W) != 0) + ((f & T1_SIG_E) != 0);
118 T1_SIG_E) + ((f & (T1_SIG_W | T1_SGN_W)) == T1_SIG_W),
121 ((f & (T1_SIG_W | T1_SGN_W)) ==
122 (T1_SIG_W | T1_SGN_W)), 1);
158 T1_SIG_E) + ((f & (T1_SIG_W | T1_SGN_W)) == T1_SIG_W),
161 ((f & (T1_SIG_W | T1_SGN_W)) ==
162 (T1_SIG_W | T1_SGN_W)), 1);
t1.c 349 T1_SIG_W, T1_SIG_W|T1_SGN_W,
    [all...]

Completed in 46 milliseconds