Searched refs:C1_SCALE (Results 1 – 1 of 1) sorted by relevance
202 #define C1_SCALE G_SCALE macro578 dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE;640 c1 = ((b1->c1max - b1->c1min) << C1_SHIFT) * C1_SCALE;1018 tdist = (x - minc1) * C1_SCALE;1020 tdist = (x - maxc1) * C1_SCALE;1025 tdist = (x - maxc1) * C1_SCALE;1027 tdist = (x - minc1) * C1_SCALE;1035 tdist = (x - maxc1) * C1_SCALE;1040 tdist = (x - minc1) * C1_SCALE;1138 #define STEP_C1 ((1 << C1_SHIFT) * C1_SCALE)[all …]
Completed in 9 milliseconds