/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/ |
H A D | misc_util.c | 65 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 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 | 94 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 D | ai_infer_process.h | 35 int xmax;
member
|
H A D | ai_infer_process.c | 944 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 D | vgs_img.c | 463 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 D | ive_img.c | 213 int boxWidth = box.xmax - box.xmin;
in ImgYuvCrop() 231 box.xmax--;
in ImgYuvCrop()
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_RGA_Process.c | 147 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 D | cnn_trash_classify.c | 273 cnnBoxs[0].xmax = MAX_OF_BOX;
in CnnTrashClassifyCal()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/ |
H A D | tennis_detect.cpp | 221 boxs[j].xmax = boxs[j].xmin + ret1.width * 3; // 3: optimized value
in TennisDetectCal()
|
/device/soc/rockchip/common/hardware/rga/include/ |
H A D | rga.h | 222 unsigned short xmax; // width - 1 member
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | rga.h | 227 unsigned short xmax; // width - 1 member
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | rga.h | 227 unsigned short xmax; // width - 1 member
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2.h | 248 unsigned short xmax; // width - 1
member
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | rga.h | 273 uint16_t xmax; // width - 1 member
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
H A D | rga.h | 252 uint16_t xmax; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/color_space_convert/smp/ |
H A D | smp_color_space_convert.c | 83 int xmax;
member
|