Home | History | Annotate | Download | only in source

Lines Matching refs:split

1230 			// In case there is some green split, make an estimate of
1236 int32 split = ((g22 + g62 + g26 + g66) * 4 +
1243 est0 = g13 + g75 + split * 2;
1253 est1 = g33 + g55 + split * 2;
1263 est2 = g31 + g57 + split * 2;
1282 est4 = g37 + g51 + split * 2;
1292 est5 = g35 + g53 + split * 2;
1302 est6 = g15 + g73 + split * 2;
1318 lower = Pin_int32 (0, lower + split, 65535);
1319 upper = Pin_int32 (0, upper + split, 65535);