Home | History | Annotate | Download | only in encoder

Lines Matching refs:Sum

1681     int Sum;
1699 Sum = tree_update_hist[i][j][k][l][0] + tree_update_hist[i][j][k][l][1];
1701 if (Sum > 0)
1703 if (((tree_update_hist[i][j][k][l][0] * 255) / Sum) > 0)
1704 fprintf(f, "%3ld, ", (tree_update_hist[i][j][k][l][0] * 255) / Sum);