Searched refs:NEG_1 (Results 1 – 3 of 3) sorted by relevance
212 #define NEG_1 ((unsigned)-1) macro214 ((x) < (1 << ((s) - 1)) ? (x) + (((NEG_1) << (s)) + 1) : (x))514 int m1 = (NEG_1) << cinfo->Al; /* -1 in the bit position being coded */ in decode_mcu_AC_refine()
497 #define NEG_1 ((unsigned int)-1) macro499 ((x) + ((((x) - (1 << ((s) - 1))) >> 31) & (((NEG_1) << (s)) + 1)))
27 #define NEG_1 ((unsigned int)-1) macro459 m1 = (NEG_1) << cinfo->Al; /* -1 in the bit position being coded */ in decode_mcu_AC_refine()