Home
last modified time | relevance | path

Searched defs:FIX (Results 1 – 15 of 15) sorted by relevance

/external/libjpeg-turbo/
Djdct.h170 #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5)) macro
Djccolor.c67 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) macro
Djdmerge.c79 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) macro
Djdcolor.c77 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) macro
/external/pdfium/third_party/libjpeg/
Djdct.h139 #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5)) macro
Dfpdfapi_jdcolor.c62 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) macro
Dfpdfapi_jdmerge.c77 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) macro
Dfpdfapi_jccolor.c61 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) macro
/external/pdfium/third_party/libtiff/
Dtif_color.c176 #define FIX(x) ((int32)((x) * (1L<<SHIFT) + 0.5)) macro
/external/opencv3/3rdparty/libtiff/
Dtif_color.c176 #define FIX(x) ((int32)((x) * (1L<<SHIFT) + 0.5)) macro
/external/opencv3/3rdparty/libjpeg/
Djdct.h356 #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5)) macro
Djdmerge.c74 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) macro
Djccolor.c62 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) macro
Djdcolor.c71 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5)) macro
/external/webp/src/utils/
Dquant_levels_dec.c25 #define FIX 16 // fix-point precision for averaging macro