Searched defs:DESCALE (Results 1 – 11 of 11) sorted by relevance
/external/libjpeg-turbo/ |
D | jfdctfst.c | 98 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro
|
D | jdct.h | 177 #define DESCALE(x,n) RIGHT_SHIFT((x) + (ONE << ((n)-1)), n) macro
|
D | jidctfst.c | 111 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jfdctfst.c | 98 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro
|
D | jdct.h | 146 #define DESCALE(x,n) RIGHT_SHIFT((x) + (ONE << ((n)-1)), n) macro
|
D | fpdfapi_jidctfst.c | 111 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro
|
/external/opencv3/3rdparty/libjpeg/ |
D | jfdctfst.c | 99 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro
|
D | jidctfst.c | 111 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro
|
D | jdct.h | 363 #define DESCALE(x,n) RIGHT_SHIFT((x) + (ONE << ((n)-1)), n) macro
|
/external/opencv/cvaux/src/ |
D | cvhmmobs.cpp | 102 #define DESCALE CV_DESCALE macro 107 #define DESCALE(x,n) (float)(x) macro
|
/external/libgdx/gdx/jni/gdx2d/ |
D | jpgd.cpp | 68 #define DESCALE(x,n) (((x) + (SCALEDONE << ((n)-1))) >> (n)) macro
|