Searched defs:CONST_SCALE (Results 1 - 4 of 4) sorted by relevance

/external/jpeg/
H A Djdct.h136 #define CONST_SCALE (ONE << CONST_BITS) macro
138 /* Convert a positive real constant to an integer scaled by CONST_SCALE.
143 #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5))
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djdct.h132 #define CONST_SCALE (ONE << CONST_BITS) macro
134 /* Convert a positive real constant to an integer scaled by CONST_SCALE.
139 #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5))
/external/qemu/distrib/jpeg-6b/
H A Djdct.h132 #define CONST_SCALE (ONE << CONST_BITS) macro
134 /* Convert a positive real constant to an integer scaled by CONST_SCALE.
139 #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5))
/external/chromium_org/third_party/libjpeg_turbo/
H A Djdct.h188 #define CONST_SCALE (ONE << CONST_BITS) macro
190 /* Convert a positive real constant to an integer scaled by CONST_SCALE.
195 #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5))

Completed in 100 milliseconds