Home
last modified time | relevance | path

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

/third_party/libjpeg-turbo/
Djdphuff.c200 #define NEG_1 ((unsigned)-1) macro
202 ((x) < (1 << ((s) - 1)) ? (x) + (((NEG_1) << (s)) + 1) : (x))
505 int m1 = (NEG_1) << cinfo->Al; /* -1 in the bit position being coded */ in decode_mcu_AC_refine()
Djdhuff.c480 #define NEG_1 ((unsigned int)-1) macro
482 ((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()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdphuff.c200 #define NEG_1 ((unsigned)-1) macro
202 ((x) < (1 << ((s) - 1)) ? (x) + (((NEG_1) << (s)) + 1) : (x))
505 int m1 = (NEG_1) << cinfo->Al; /* -1 in the bit position being coded */ in decode_mcu_AC_refine()
Djdhuff.c480 #define NEG_1 ((unsigned int)-1) macro
482 ((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()
/third_party/flutter/skia/third_party/externals/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()