Lines Matching defs:Sum
1686 int Sum;1704 Sum = tree_update_hist[i][j][k][l][0] + tree_update_hist[i][j][k][l][1];1706 if (Sum > 0)1708 if (((tree_update_hist[i][j][k][l][0] * 255) / Sum) > 0)1709 fprintf(f, "%3ld, ", (tree_update_hist[i][j][k][l][0] * 255) / Sum);