Lines Matching refs:C0_SCALE
196 #define C0_SCALE R_SCALE macro
199 #define C0_SCALE B_SCALE macro
577 dist0 = ((c0max - c0min) << C0_SHIFT) * C0_SCALE;
639 c0 = ((b1->c0max - b1->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)
1158 inc0 = (minc0 - r) * C0_SCALE;