Searched defs:FIX (Results 1 – 10 of 10) sorted by relevance
81 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGBA32_1x1() macro138 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGBA32_2x1() macro210 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGBA32_1x2() macro283 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGBA32_2x2() macro
81 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGR24_1x1() macro137 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGR24_2x1() macro204 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGR24_1x2() macro274 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGR24_2x2() macro
81 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGB24_1x1() macro135 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGB24_2x1() macro204 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGB24_1x2() macro273 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_RGB24_2x2() macro
81 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGRA32_1x1() macro139 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGRA32_2x1() macro209 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGRA32_1x2() macro283 #define FIX(x) ((int)((x) * (1UL<<SCALEBITS) + 0.5)) in YCrCB_to_BGRA32_2x2() macro
171 #define FIX(x) ((JLONG) ((x) * CONST_SCALE + 0.5)) macro
68 #define FIX(x) ((JLONG) ((x) * (1L<<SCALEBITS) + 0.5)) macro
80 #define FIX(x) ((JLONG) ((x) * (1L<<SCALEBITS) + 0.5)) macro
78 #define FIX(x) ((JLONG) ((x) * (1L<<SCALEBITS) + 0.5)) macro
176 #define FIX(x) ((int32)((x) * (1L<<SHIFT) + 0.5)) macro
25 #define FIX 16 // fix-point precision for averaging macro