Home
last modified time | relevance | path

Searched refs:scale_w (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Dpost_process.cc204 float conf_threshold, float nms_threshold, float scale_w, float scale_h, in post_process() argument
288 group->results[last_count].box.left = (int)(clamp(x1, 0, model_in_w) / scale_w); in post_process()
290 group->results[last_count].box.right = (int)(clamp(x2, 0, model_in_w) / scale_w); in post_process()
H A Dyolo_image.cc50 float scale_w = 0.0; variable
149 scale_w = (float)m_in_width / img_width; in create()
365 m_in_height, m_in_width, BOX_THRESH, NMS_THRESH, scale_w, scale_h, in yolo_post_process()
H A Dpost_process.h59 float conf_threshold, float nms_threshold, float scale_w, float scale_h,
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dmain.cc277 float scale_w = (float)width / img_width; in main() local
288 … box_conf_threshold, nms_threshold, scale_w, scale_h, out_zps, out_scales, &detect_result_group); in main()
317 … box_conf_threshold, nms_threshold, scale_w, scale_h, out_zps, out_scales, &detect_result_group); in main()
H A Dpostprocess.cc241 float nms_threshold, float scale_w, float scale_h, std::vector<int32_t>& qnt_zps, in post_process() argument
319 group->results[last_count].box.left = (int)(clamp(x1, 0, model_in_w) / scale_w); in post_process()
321 group->results[last_count].box.right = (int)(clamp(x2, 0, model_in_w) / scale_w); in post_process()
H A Dmain_video.cc258 float scale_w = (float)model_width / img->width; in inference_model() local
308 … box_conf_threshold, nms_threshold, scale_w, scale_h, out_zps, out_scales, detect_result); in inference_model()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dpostprocess.cc266 float conf_threshold, float nms_threshold, float scale_w, float scale_h, in post_process() argument
352 group->results[last_count].box.left = (int)(clamp(x1, 0, model_in_w) / scale_w); in post_process()
354 group->results[last_count].box.right = (int)(clamp(x2, 0, model_in_w) / scale_w); in post_process()
H A Dmain.cc459 float scale_w = (float)model_width / img_width; in main() local
472 … box_conf_threshold, nms_threshold, scale_w, scale_h, out_zps, out_scales, &detect_result_group); in main()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/include/
H A Dpostprocess.h36 float conf_threshold, float nms_threshold, float scale_w, float scale_h,
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/include/
H A Dpostprocess.h37 float conf_threshold, float nms_threshold, float scale_w, float scale_h,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c3717 int scale_w, scale_h; in fill_dc_scaling_info() local
3784 scale_w = scaling_info->dst_rect.width * 1000 / in fill_dc_scaling_info()
3787 if (scale_w < 250 || scale_w > 16000) in fill_dc_scaling_info()