/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/ |
H A D | misc_util.c | 64 box->xmin = box->xmin * 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 D | hand_classify.c | 122 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 D | smp_resize_crop.c | 92 int xmin;
member 279 int boxWidth = box.xmax - box.xmin;
in ImgYuvCrop() 324 if (memcpy_s(dstPtrY, boxWidth, srcPtrY + box.xmin, boxWidth) != EOK) {
in ImgYuvCrop() 341 if (memcpy_s(dstPtrUV, boxWidth, srcPtrUV + box.xmin, boxWidth) != EOK) {
in ImgYuvCrop() 680 int boxWidth = box.xmax - box.xmin + 1;
in ImgYuvCropU8c1() 720 if (memcpy_s(dstPtr, boxWidth, srcPtr + box.xmin, boxWidth) != EOK) {
in ImgYuvCropU8c1() 760 cropU8c1Box.xmin = 100; // 100: crop u8c1 image size xmin
in SampleIveImgResize() 805 cropBox.xmin = 16; // 16: crop param xmin
in SampleIveImgCrop() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/ |
H A D | ai_infer_process.h | 34 int xmin;
member
|
H A D | ai_infer_process.c | 942 box->xmin = ps32Roi[u32BboxBias + j * SAMPLE_SVP_NNIE_COORDI_NUM];
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 D | ive_img.c | 213 int boxWidth = box.xmax - box.xmin;
in ImgYuvCrop() 257 if (memcpy_s(dstPtrY, boxWidth, srcPtrY + box.xmin, boxWidth) != EOK) {
in ImgYuvCrop() 275 if (memcpy_s(dstPtrUV, boxWidth, srcPtrUV + box.xmin, boxWidth) != EOK) {
in ImgYuvCrop()
|
H A D | vgs_img.c | 461 lines[RECT_LINES * i].stStartPoint.s32X = IntToOven(boxes[i].xmin);
in MppFrmDrawRects() 475 lines[RECT_LINES * i + RECT_LINE2].stEndPoint.s32X = IntToOven(boxes[i].xmin);
in MppFrmDrawRects() 479 lines[RECT_LINES * i + RECT_LINE3].stStartPoint.s32X = IntToOven(boxes[i].xmin);
in MppFrmDrawRects() 481 lines[RECT_LINES * i + RECT_LINE3].stEndPoint.s32X = IntToOven(boxes[i].xmin);
in MppFrmDrawRects()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/ |
H A D | tennis_detect.cpp | 219 boxs[j].xmin = ret1.x * 3; // 3: optimized value
in TennisDetectCal() 221 boxs[j].xmax = boxs[j].xmin + ret1.width * 3; // 3: optimized value
in TennisDetectCal()
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_RGA_Process.c | 146 Rga_Request.clip.xmin = 0; in rga_copy() 249 Rga_Request.clip.xmin = 0; in rga_crop_scale() 347 Rga_Request.clip.xmin = 0; in rga_convert()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/cnn_trash_classify/ |
H A D | cnn_trash_classify.c | 272 cnnBoxs[0].xmin = MIN_OF_BOX;
in CnnTrashClassifyCal()
|
/device/soc/rockchip/common/hardware/rga/include/ |
H A D | rga.h | 221 unsigned short xmin; member
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | rga.h | 226 unsigned short xmin; member
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | rga.h | 226 unsigned short xmin; member
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2.h | 247 unsigned short xmin;
member
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | rga.h | 272 uint16_t xmin; member
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
H A D | rga.h | 250 uint16_t xmin; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/color_space_convert/smp/ |
H A D | smp_color_space_convert.c | 81 int xmin;
member
|