Searched refs:thr_weight (Results 1 – 2 of 2) sorted by relevance
71 static av_cold void model_init(Model *m, int num_syms, int thr_weight) in model_init() argument74 m->thr_weight = thr_weight; in model_init()75 m->threshold = num_syms * thr_weight; in model_init()83 if (m->thr_weight == THRESH_ADAPTIVE) in model_rescale_weights()
45 int thr_weight, threshold; member