Searched refs:BBCvt (Results 1 – 1 of 1) sorted by relevance
1185 uint64_t CvtNext = 0, CvtFalse = 0, BBNext = 0, BBCvt = 0, SumWeight = 0; in IfConvertTriangle() local1192 BBCvt = MBPI->getEdgeWeight(BBI.BB, CvtBBI->BB); in IfConvertTriangle()1229 uint64_t NewNext = BBNext * SumWeight + (BBCvt * CvtNext) / WeightScale; in IfConvertTriangle()1230 uint64_t NewFalse = (BBCvt * CvtFalse) / WeightScale; in IfConvertTriangle()