Searched refs:leftcost (Results 1 – 4 of 4) sorted by relevance
747 float leftcost = 0; in hungarian() local752 leftcost+=float(minval); in hungarian()754 leftcost /= trueCostMatrix.rows; in hungarian()765 minMatchCost = std::max(leftcost,rightcost); in hungarian()
57 static int leftcost, upcost; variable294 leftcost = strlen(tc_BC);1825 xcost = -xcost * leftcost;
1262 float leftcost=0; in compute_chi2() local1269 leftcost+=(winleft[j]-muleft)*(winleft[j]-muleft); in compute_chi2()1272 chi=basecost/(2*CHI_WIN)-(leftcost+rightcost)/CHI_WIN; in compute_chi2()1279 float leftcost=0; in compute_cost() local1291 leftcost+=fabs(wincov[j]-muleft); in compute_cost()1300 cost=basecost/len-leftcost/leftlen-rightcost/rightlen; in compute_cost()1314 float leftcost=0; in compute_cost() local1321 if(j<i) leftcost+=(wincov[j]-muleft)*(wincov[j]-muleft); in compute_cost()1324 cost=basecost/len-leftcost/i-rightcost/(len-i); in compute_cost()
6539 int shCount, leftcost, rightcost; in genGetABit() local6596 leftcost = 3 + (shCount <= 4) + (7 - shCount) % 4; in genGetABit()6598 if (rightcost < leftcost) in genGetABit()