Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/
H A Dmisc_util.c67 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 Dhand_classify.c123 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 Dsmp_resize_crop.c95 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 Dai_infer_process.h37 int ymax; member
H A Dai_infer_process.c945 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 Dvgs_img.c470 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 Dive_img.c214 int boxHeight = box.ymax - box.ymin; in ImgYuvCrop()
235 box.ymax--; in ImgYuvCrop()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_RGA_Process.c149 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 Dcnn_trash_classify.c275 cnnBoxs[0].ymax = MAX_OF_BOX; in CnnTrashClassifyCal()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/
H A Dtennis_detect.cpp222 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 Drga.h224 unsigned short ymax; // height - 1 member
/device/soc/rockchip/rk3399/hardware/rga/include/
H A Drga.h229 unsigned short ymax; // height - 1 member
/device/soc/rockchip/rk3568/hardware/rga/include/
H A Drga.h229 unsigned short ymax; // height - 1 member
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2.h250 unsigned short ymax; // height - 1 member
/device/soc/rockchip/rk3588/hardware/rga/include/
H A Drga.h275 uint16_t ymax; // height - 1 member
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H A Drga.h255 uint16_t ymax; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/color_space_convert/smp/
H A Dsmp_color_space_convert.c84 int ymax; member

Completed in 17 milliseconds