Searched refs:IRIGHT_SHIFT (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/ |
D | jidctfst.c | 150 #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))
|
D | jcarith.c | 111 #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()
|
D | jcphuff.c | 143 #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()
|