Home
last modified time | relevance | path

Searched refs:NEG_1 (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/
Djdphuff.c212 #define NEG_1 ((unsigned)-1) macro
214 ((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()
Djdhuff.c497 #define NEG_1 ((unsigned int)-1) macro
499 ((x) + ((((x) - (1 << ((s) - 1))) >> 31) & (((NEG_1) << (s)) + 1)))
Djdarith.c27 #define NEG_1 ((unsigned int)-1) macro
459 m1 = (NEG_1) << cinfo->Al; /* -1 in the bit position being coded */ in decode_mcu_AC_refine()