Searched refs:CvtNext (Results 1 – 1 of 1) sorted by relevance
1189 uint64_t CvtNext = 0, CvtFalse = 0, BBNext = 0, BBCvt = 0, SumWeight = 0; in IfConvertTriangle() local1194 CvtNext = MBPI->getEdgeWeight(CvtBBI->BB, NextBBI->BB); in IfConvertTriangle()1235 uint64_t NewNext = BBNext * SumWeight + (BBCvt * CvtNext) / WeightScale; in IfConvertTriangle()