Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djidctfst.c150 #define IRIGHT_SHIFT(x, shft) \ macro
156 #define IRIGHT_SHIFT(x, shft) ((x) >> (shft))
160 #define IDESCALE(x, n) ((int)IRIGHT_SHIFT((x) + (1 << ((n) - 1)), n))
162 #define IDESCALE(x, n) ((int)IRIGHT_SHIFT(x, n))
Djcarith.c111 #define IRIGHT_SHIFT(x, shft) \ macro
117 #define IRIGHT_SHIFT(x, shft) ((x) >> (shft)) macro
397 m = IRIGHT_SHIFT((int)((*block)[0]), cinfo->Al); in encode_mcu_DC_first()
Djcphuff.c143 #define IRIGHT_SHIFT(x, shft) \ macro
149 #define IRIGHT_SHIFT(x, shft) ((x) >> (shft)) macro
510 temp2 = IRIGHT_SHIFT((int)((*block)[0]), Al); in encode_mcu_DC_first()