adjust skew weight

This commit is contained in:
chhylp123
2021-09-10 17:18:48 -04:00
parent 809ca18dda
commit 5e84db0ec9
2 changed files with 2 additions and 2 deletions

View File

@@ -14993,7 +14993,7 @@ kv_u_trans_t *ta, trans_idx* dis, int sc_weight)
if(ta->a[i].nw > sw[(i*3)]) ta->a[i].nw = sw[(i*3)];
if(ta->a[i].nw > sw[(i*3)+1]) ta->a[i].nw = sw[(i*3)+1];
if(ta->a[i].nw > sw[(i*3)+2]) ta->a[i].nw = sw[(i*3)+2];
ta->a[i].nw *= 4/**2**/;
ta->a[i].nw *= 2/**4**/;
}
free(sw);
}