Searched refs:T1_SIG_NW (Results 1 – 3 of 3) sorted by relevance
56 #define T1_SIG_NW 0x0008 /**< Context orientation : North-West direction */ macro61 #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)
46 …d = ((f & T1_SIG_NW) != 0) + ((f & T1_SIG_NE) != 0) + ((f & T1_SIG_SE) != 0) + ((f & T1_SIG_SW) !=… in t1_init_ctxno_zc()
363 sp[1] |= T1_SIG_NW; in opj_t1_updateflags()