Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/jpeg/
Drgba32.c81 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGBA32_1x1() macro
138 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGBA32_2x1() macro
210 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGBA32_1x2() macro
283 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGBA32_2x2() macro
Dbgr24.c81 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGR24_1x1() macro
137 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGR24_2x1() macro
204 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGR24_1x2() macro
274 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGR24_2x2() macro
Drgb24.c81 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGB24_1x1() macro
135 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGB24_2x1() macro
204 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGB24_1x2() macro
273 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGB24_2x2() macro
Dbgra32.c81 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGRA32_1x1() macro
139 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGRA32_2x1() macro
209 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGRA32_1x2() macro
283 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGRA32_2x2() macro
/external/libjpeg-turbo/
Djdct.h171 #define FIX(x) ((JLONG) ((x) * CONST_SCALE + 0.5)) macro
Djccolor.c68 #define FIX(x) ((JLONG) ((x) * (1L<<SCALEBITS) + 0.5)) macro
Djdmerge.c80 #define FIX(x) ((JLONG) ((x) * (1L<<SCALEBITS) + 0.5)) macro
Djdcolor.c78 #define FIX(x) ((JLONG) ((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/webp/src/utils/
Dquant_levels_dec_utils.c25 #define FIX 16 // fix-point precision for averaging macro