Home
last modified time | relevance | path

Searched refs:scale_h (Results 1 – 12 of 12) 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
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 Dyolo_image.cc51 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 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.cc278 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 Dpostprocess.cc241 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 Dmain_video.cc259 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 Dpostprocess.cc266 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 Dmain.cc460 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 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/sti/
H A Dsti_hqvdp.c1122 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 Damdgpu_dm.c3717 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()