Searched refs:C2_SCALE (Results 1 – 1 of 1) sorted by relevance
205 #define C2_SCALE R_SCALE macro208 #define C2_SCALE B_SCALE macro579 dist2 = ((c2max - c2min) << C2_SHIFT) * C2_SCALE;1052 tdist = (x - minc2) * C2_SCALE;1054 tdist = (x - maxc2) * C2_SCALE;1059 tdist = (x - maxc2) * C2_SCALE;1061 tdist = (x - minc2) * C2_SCALE;1069 tdist = (x - maxc2) * C2_SCALE;1074 tdist = (x - minc2) * C2_SCALE;1139 #define STEP_C2 ((1 << C2_SHIFT) * C2_SCALE)[all …]
Completed in 7 milliseconds