Home
last modified time | relevance | path

Searched defs:scale_w (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/
H A Dmain.cc277 float scale_w = (float)width / img_width; in main() local
H A Dmain_video.cc258 float scale_w = (float)model_width / img->width; in inference_model() local
H A Dpostprocess.cc241 float nms_threshold, float scale_w, float scale_h, std::vector<int32_t>& qnt_zps, in post_process()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/
H A Dyolo_image.cc50 float scale_w = 0.0; variable
H A Dpost_process.cc204 float conf_threshold, float nms_threshold, float scale_w, float scale_h, in post_process()
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/
H A Dmain.cc459 float scale_w = (float)model_width / img_width; in main() local
H A Dpostprocess.cc266 float conf_threshold, float nms_threshold, float scale_w, float scale_h, in post_process()
/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