Home
last modified time | relevance | path

Searched refs:xmax (Results 1 - 17 of 17) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/
H A Dmisc_util.c65 box->xmax = box->xmax * dstWidth / srcWidth * HI_OVEN_BASE / HI_OVEN_BASE; in RectBoxTran()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/hand_classify/
H A Dhand_classify.c122 HI_S32 biggestBoxWidth = boxs[handIndex].xmax - boxs[handIndex].xmin + 1; in GetBiggestHandIndex()
127 HI_S32 boxWidth = boxs[handIndex].xmax - boxs[handIndex].xmin + 1; in GetBiggestHandIndex()
134 biggestBoxWidth = boxs[biggestBoxIndex].xmax - boxs[biggestBoxIndex].xmin + 1; in GetBiggestHandIndex()
218 SAMPLE_PRT("yolo2_out: {%d, %d, %d, %d}\n", box->xmin, box->ymin, box->xmax, box->ymax); in Yolo2HandDetectResnetClassifyCal()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/resize_crop/smp/
H A Dsmp_resize_crop.c94 int xmax; member
279 int boxWidth = box.xmax - box.xmin; in ImgYuvCrop()
297 box.xmax--; in ImgYuvCrop()
680 int boxWidth = box.xmax - box.xmin + 1; in ImgYuvCropU8c1()
698 box.xmax--; in ImgYuvCropU8c1()
761 cropU8c1Box.xmax = 1800; // 1800: crop u8c1 image size xmax in SampleIveImgResize()
806 cropBox.xmax = 240; // 240: crop param xmax in SampleIveImgCrop()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/
H A Dai_infer_process.h35 int xmax; member
H A Dai_infer_process.c944 box->xmax = ps32Roi[u32BboxBias + j * SAMPLE_SVP_NNIE_COORDI_NUM + ARRAY_SUBSCRIPT_OFFSET_2]; in Yolo2FetchRes()
946 if (box->xmin >= box->xmax || box->ymin >= box->ymax) { in Yolo2FetchRes()
948 box->xmin, box->ymin, box->xmax, box->ymax, f32Score); in Yolo2FetchRes()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/mpp_help/src/
H A Dvgs_img.c463 lines[RECT_LINES * i].stEndPoint.s32X = IntToOven(boxes[i].xmax); in MppFrmDrawRects()
467 lines[RECT_LINES * i + RECT_LINE1].stStartPoint.s32X = IntToOven(boxes[i].xmax); in MppFrmDrawRects()
469 lines[RECT_LINES * i + RECT_LINE1].stEndPoint.s32X = IntToOven(boxes[i].xmax); in MppFrmDrawRects()
473 lines[RECT_LINES * i + RECT_LINE2].stStartPoint.s32X = IntToOven(boxes[i].xmax); in MppFrmDrawRects()
H A Dive_img.c213 int boxWidth = box.xmax - box.xmin; in ImgYuvCrop()
231 box.xmax--; in ImgYuvCrop()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_RGA_Process.c147 Rga_Request.clip.xmax = Width - 1; in rga_copy()
250 Rga_Request.clip.xmax = new_width - 1; in rga_crop_scale()
348 Rga_Request.clip.xmax = dst->vir_w - 1; in rga_convert()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/cnn_trash_classify/
H A Dcnn_trash_classify.c273 cnnBoxs[0].xmax = MAX_OF_BOX; in CnnTrashClassifyCal()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/
H A Dtennis_detect.cpp221 boxs[j].xmax = boxs[j].xmin + ret1.width * 3; // 3: optimized value in TennisDetectCal()
/device/soc/rockchip/common/hardware/rga/include/
H A Drga.h222 unsigned short xmax; // width - 1 member
/device/soc/rockchip/rk3399/hardware/rga/include/
H A Drga.h227 unsigned short xmax; // width - 1 member
/device/soc/rockchip/rk3568/hardware/rga/include/
H A Drga.h227 unsigned short xmax; // width - 1 member
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2.h248 unsigned short xmax; // width - 1 member
/device/soc/rockchip/rk3588/hardware/rga/include/
H A Drga.h273 uint16_t xmax; // width - 1 member
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H A Drga.h252 uint16_t xmax; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/color_space_convert/smp/
H A Dsmp_color_space_convert.c83 int xmax; member

Completed in 18 milliseconds