r440: better chain filtering for PE reads

This commit is contained in:
Heng Li
2017-09-26 11:03:36 -04:00
parent 64c0ad6b35
commit 55d1e4f638
6 changed files with 54 additions and 9 deletions

2
hit.c
View File

@@ -183,7 +183,7 @@ void mm_sync_regs(void *km, int n_regs, mm_reg1_t *regs) // keep mm_reg1_t::{id,
mm_set_sam_pri(n_regs, regs);
}
void mm_select_sub(void *km, float mask_level, float pri_ratio, int min_diff, int best_n, int *n_, mm_reg1_t *r)
void mm_select_sub(void *km, float pri_ratio, int min_diff, int best_n, int *n_, mm_reg1_t *r)
{
if (pri_ratio > 0.0f && *n_ > 0) {
int i, k, n = *n_, n_2nd = 0;