mirror of
https://github.com/chhylp123/hifiasm.git
synced 2026-09-15 12:47:57 +08:00
adjust skew weight
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <pthread.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define HA_VERSION "0.16.1-r373"
|
||||
#define HA_VERSION "0.16.1-r374"
|
||||
|
||||
#define VERBOSE 0
|
||||
|
||||
|
||||
2
hic.cpp
2
hic.cpp
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user