Searched refs:CONST_SCALE (Results 1 - 2 of 2) 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))

Completed in 108 milliseconds