Searched refs:workT (Results 1 – 2 of 2) sorted by relevance
471 float workT[32]; in bit_allocation() local562 workT[i] = (chctx->bitsBandT[i] == 6) ? -1.e20 in bit_allocation()576 if (workT[i] > highest) { in bit_allocation()577 highest = workT[i]; in bit_allocation()583 workT[found_indx] -= 2.0; in bit_allocation()585 workT[found_indx] = -1.e20; in bit_allocation()596 … workT[i] = chctx->bitsBandT[i] ? (chctx->bitsBandT[i] * -2 + chctx->flcoeffs4[i] + 1.585) in bit_allocation()600 workT[0] = 1.e20; in bit_allocation()601 workT[1] = 1.e20; in bit_allocation()602 workT[2] = 1.e20; in bit_allocation()[all …]
1195 double workT = tStart; in linesIntersect() local1203 workT += tStep; in linesIntersect()1204 workPt = fCurve.ptAtT(workT); in linesIntersect()1205 coinW.setPerp(fCurve, workT, workPt, opp->fCurve); in linesIntersect()1223 i->insert(workT, oppTTest, workPt); in linesIntersect()