Searched refs:weight_p (Results 1 – 4 of 4) sorted by relevance
199 float weight_p = 0.5f, weight_n = 1.f; in updateTrackedObjects() local200 …(r_smooth.x +r_smooth.width*0.5f) *weight_p +(detectedObjects[j].x +detectedObjects[j].width*0.5f)… in updateTrackedObjects()201 … +trackedObjects[i].vx *weight_p /(weight_p +weight_n) -r_smooth.width *0.5f); in updateTrackedObjects()203 …_smooth.y +r_smooth.height*0.5f) *weight_p +(detectedObjects[j].y +detectedObjects[j].height*0.5f)… in updateTrackedObjects()204 … +trackedObjects[i].vy *weight_p /(weight_p +weight_n)-r_smooth.height *0.5f); in updateTrackedObjects()
244 weight = READ_ONCE(weight_p); in proc_do_dev_weight()350 .data = &weight_p,
4268 int weight_p __read_mostly = 64; /* old backlog weight */11317 sd->backlog.weight = weight_p; in net_dev_init()
4628 extern int weight_p;