Searched refs:C0_SCALE (Results 1 – 1 of 1) sorted by relevance
196 #define C0_SCALE R_SCALE macro199 #define C0_SCALE B_SCALE macro577 dist0 = ((c0max - c0min) << C0_SHIFT) * C0_SCALE;983 tdist = (x - minc0) * C0_SCALE;985 tdist = (x - maxc0) * C0_SCALE;990 tdist = (x - maxc0) * C0_SCALE;992 tdist = (x - minc0) * C0_SCALE;1001 tdist = (x - maxc0) * C0_SCALE;1006 tdist = (x - minc0) * C0_SCALE;1137 #define STEP_C0 ((1 << C0_SHIFT) * C0_SCALE)[all …]
Completed in 8 milliseconds