/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/ |
H A D | misc_util.c | 67 box->ymax = box->ymax * dstHeight / srcHeight * 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 | 123 HI_S32 biggestBoxHeight = boxs[handIndex].ymax - boxs[handIndex].ymin + 1;
in GetBiggestHandIndex() 128 HI_S32 boxHeight = boxs[handIndex].ymax - boxs[handIndex].ymin + 1;
in GetBiggestHandIndex() 135 biggestBoxHeight = boxs[biggestBoxIndex].ymax - boxs[biggestBoxIndex].ymin + 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 | 95 int ymax;
member 280 int boxHeight = box.ymax - box.ymin;
in ImgYuvCrop() 301 box.ymax--;
in ImgYuvCrop() 681 int boxHeight = box.ymax - box.ymin + 1;
in ImgYuvCropU8c1() 702 box.ymax--;
in ImgYuvCropU8c1() 763 cropU8c1Box.ymax = 1000; // 1000: crop u8c1 image size ymax
in SampleIveImgResize() 808 cropBox.ymax = 240; // 240: crop param ymax
in SampleIveImgCrop()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/ |
H A D | ai_infer_process.h | 37 int ymax;
member
|
H A D | ai_infer_process.c | 945 box->ymax = ps32Roi[u32BboxBias + j * SAMPLE_SVP_NNIE_COORDI_NUM + ARRAY_SUBSCRIPT_OFFSET_3];
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 | 470 lines[RECT_LINES * i + RECT_LINE1].stEndPoint.s32Y = IntToOven(boxes[i].ymax);
in MppFrmDrawRects() 474 lines[RECT_LINES * i + RECT_LINE2].stStartPoint.s32Y = IntToOven(boxes[i].ymax);
in MppFrmDrawRects() 476 lines[RECT_LINES * i + RECT_LINE2].stEndPoint.s32Y = IntToOven(boxes[i].ymax);
in MppFrmDrawRects() 480 lines[RECT_LINES * i + RECT_LINE3].stStartPoint.s32Y = IntToOven(boxes[i].ymax);
in MppFrmDrawRects()
|
H A D | ive_img.c | 214 int boxHeight = box.ymax - box.ymin;
in ImgYuvCrop() 235 box.ymax--;
in ImgYuvCrop()
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
H A D | Rockchip_OSAL_RGA_Process.c | 149 Rga_Request.clip.ymax = Height - 1; in rga_copy() 252 Rga_Request.clip.ymax = new_height - 1; in rga_crop_scale() 350 Rga_Request.clip.ymax = dst->vir_h - 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 | 275 cnnBoxs[0].ymax = MAX_OF_BOX;
in CnnTrashClassifyCal()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/ |
H A D | tennis_detect.cpp | 222 boxs[j].ymax = boxs[j].ymin + (int)ret1.height * 2.25; // 2.25: optimized value
in TennisDetectCal()
|
/device/soc/rockchip/common/hardware/rga/include/ |
H A D | rga.h | 224 unsigned short ymax; // height - 1 member
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | rga.h | 229 unsigned short ymax; // height - 1 member
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | rga.h | 229 unsigned short ymax; // height - 1 member
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2.h | 250 unsigned short ymax; // height - 1
member
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | rga.h | 275 uint16_t ymax; // height - 1 member
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
H A D | rga.h | 255 uint16_t ymax; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/color_space_convert/smp/ |
H A D | smp_color_space_convert.c | 84 int ymax;
member
|