Home
last modified time | relevance | path

Searched refs:weight_p (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/object_tracker/
H A Dobjects_tracker.cc199 float weight_p = 0.5f, weight_n = 1.f; in updateTrackedObjects() local
200 …(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()
/OK3568_Linux_fs/kernel/net/core/
H A Dsysctl_net_core.c244 weight = READ_ONCE(weight_p); in proc_do_dev_weight()
350 .data = &weight_p,
H A Ddev.c4268 int weight_p __read_mostly = 64; /* old backlog weight */
11317 sd->backlog.weight = weight_p; in net_dev_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h4628 extern int weight_p;