| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/ |
| H A D | post_process.cc | 204 float conf_threshold, float nms_threshold, float scale_w, float scale_h, in post_process() argument 289 group->results[last_count].box.top = (int)(clamp(y1, 0, model_in_h) / scale_h); in post_process() 291 group->results[last_count].box.bottom = (int)(clamp(y2, 0, model_in_h) / scale_h); in post_process()
|
| H A D | yolo_image.cc | 51 float scale_h = 0.0; variable 150 scale_h = (float)m_in_height / img_height; in create() 365 m_in_height, m_in_width, BOX_THRESH, NMS_THRESH, scale_w, scale_h, in yolo_post_process()
|
| H A D | post_process.h | 59 float conf_threshold, float nms_threshold, float scale_w, float scale_h,
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/ |
| H A D | main.cc | 278 float scale_h = (float)height / img_height; 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 D | postprocess.cc | 241 float nms_threshold, float scale_w, float scale_h, std::vector<int32_t>& qnt_zps, in post_process() argument 320 group->results[last_count].box.top = (int)(clamp(y1, 0, model_in_h) / scale_h); in post_process() 322 group->results[last_count].box.bottom = (int)(clamp(y2, 0, model_in_h) / scale_h); in post_process()
|
| H A D | main_video.cc | 259 float scale_h = (float)model_height / img->height; 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 D | postprocess.cc | 266 float conf_threshold, float nms_threshold, float scale_w, float scale_h, in post_process() argument 353 group->results[last_count].box.top = (int)(clamp(y1, 0, model_in_h) / scale_h); in post_process() 355 group->results[last_count].box.bottom = (int)(clamp(y2, 0, model_in_h) / scale_h); in post_process()
|
| H A D | main.cc | 460 float scale_h = (float)model_height / img_height; 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 D | postprocess.h | 36 float conf_threshold, float nms_threshold, float scale_w, float scale_h,
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/include/ |
| H A D | postprocess.h | 37 float conf_threshold, float nms_threshold, float scale_w, float scale_h,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/ |
| H A D | sti_hqvdp.c | 1122 int scale_h, scale_v; in sti_hqvdp_atomic_update() local 1219 scale_h = SCALE_FACTOR * dst_w / src_w; in sti_hqvdp_atomic_update() 1220 sti_hqvdp_update_hvsrc(HVSRC_HORI, scale_h, &cmd->hvsrc); in sti_hqvdp_atomic_update()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 3717 int scale_w, scale_h; in fill_dc_scaling_info() local 3790 scale_h = scaling_info->dst_rect.height * 1000 / in fill_dc_scaling_info() 3793 if (scale_h < 250 || scale_h > 16000) in fill_dc_scaling_info()
|