Searched defs:DESCALE (Results 1 – 11 of 11) sorted by relevance
/external/jpeg/ |
D | mips_jidctfst.c | 113 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro
|
D | jfdctfst.c | 98 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro
|
D | jdct.h | 150 #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/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jfdctfst.c | 99 #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 | 112 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro
|
/external/qemu/distrib/jpeg-6b/ |
D | 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 | jidctfst.c | 111 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro
|
/external/opencv/cvaux/src/ |
D | cvhmmobs.cpp | 102 #define DESCALE CV_DESCALE macro 107 #define DESCALE(x,n) (float)(x) macro
|