Searched refs:minc1 (Results 1 – 1 of 1) sorted by relevance
929 int minc0, int minc1, int minc2, JSAMPLE colorlist[]) argument958 maxc1 = minc1 + ((1 << BOX_C1_SHIFT) - (1 << C1_SHIFT));959 centerc1 = (minc1 + maxc1) >> 1;1016 if (x < minc1)1018 tdist = (x - minc1) * C1_SCALE;1027 tdist = (x - minc1) * C1_SCALE;1040 tdist = (x - minc1) * C1_SCALE;1104 int minc0, int minc1, int minc2, argument1160 inc1 = (minc1 - g) * C1_SCALE;1218 int minc0, minc1, minc2; /* lower left corner of update box */ local[all …]
Completed in 12 milliseconds