Searched defs:IRIGHT_SHIFT (Results 1 – 8 of 8) sorted by relevance
/external/libjpeg-turbo/ |
D | jcarith.c | 107 #define IRIGHT_SHIFT(x,shft) \ macro 113 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) macro
|
D | jidctfst.c | 147 #define IRIGHT_SHIFT(x,shft) \ macro
|
D | jcphuff.c | 81 #define IRIGHT_SHIFT(x,shft) \ macro 87 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) macro
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jcphuff.c | 79 #define IRIGHT_SHIFT(x,shft) \ macro 85 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) macro
|
D | fpdfapi_jidctfst.c | 147 #define IRIGHT_SHIFT(x,shft) \ macro
|
/external/opencv3/3rdparty/libjpeg/ |
D | jcarith.c | 105 #define IRIGHT_SHIFT(x,shft) \ macro 111 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) macro
|
D | jidctfst.c | 147 #define IRIGHT_SHIFT(x,shft) \ macro
|
D | jchuff.c | 145 #define IRIGHT_SHIFT(x,shft) \ macro 151 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) macro
|