Searched refs:IRIGHT_SHIFT (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jidctfst.c | 147 #define IRIGHT_SHIFT(x,shft) \ macro 153 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) 157 #define IDESCALE(x,n) ((int) IRIGHT_SHIFT((x) + (1 << ((n)-1)), n)) 159 #define IDESCALE(x,n) ((int) IRIGHT_SHIFT(x, n))
|
D | fpdfapi_jcphuff.c | 79 #define IRIGHT_SHIFT(x,shft) \ macro 85 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) macro 405 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al); in encode_mcu_DC_first()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jidctfst.c | 147 #define IRIGHT_SHIFT(x,shft) \ macro 153 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) 157 #define IDESCALE(x,n) ((int) IRIGHT_SHIFT((x) + (1 << ((n)-1)), n)) 159 #define IDESCALE(x,n) ((int) IRIGHT_SHIFT(x, n))
|
D | jcarith.c | 105 #define IRIGHT_SHIFT(x,shft) \ macro 111 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) macro 391 m = IRIGHT_SHIFT((int) ((*block)[0]), cinfo->Al); in encode_mcu_DC_first()
|
D | jchuff.c | 145 #define IRIGHT_SHIFT(x,shft) \ macro 151 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) macro 569 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al); in encode_mcu_DC_first()
|
/external/libjpeg-turbo/ |
D | jidctfst.c | 147 #define IRIGHT_SHIFT(x,shft) \ macro 153 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) 157 #define IDESCALE(x,n) ((int) IRIGHT_SHIFT((x) + (1 << ((n)-1)), n)) 159 #define IDESCALE(x,n) ((int) IRIGHT_SHIFT(x, n))
|
D | jcphuff.c | 81 #define IRIGHT_SHIFT(x,shft) \ macro 87 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) macro 405 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al); in encode_mcu_DC_first()
|
D | jcarith.c | 107 #define IRIGHT_SHIFT(x,shft) \ macro 113 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) macro 393 m = IRIGHT_SHIFT((int) ((*block)[0]), cinfo->Al); in encode_mcu_DC_first()
|