/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/ |
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/ |
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/ |
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/mpp_help/src/ |
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()
|
D | ive_img.c | 214 int boxHeight = box.ymax - box.ymin; in ImgYuvCrop() 235 box.ymax--; in ImgYuvCrop()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/ |
D | ai_infer_process.h | 37 int ymax; member
|
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/rockchip/rk3568/hardware/omx_il/osal/ |
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/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_sun8iw8/ |
D | de_bws.c | 293 unsigned int *ymax, unsigned int *slope0, in auto_bws_model() argument 436 *ymax = pd_ymax_fix; in auto_bws_model()
|
D | de_rtmx.c | 1547 int xmax, ymax; in de_rtmx_extend_rect() local 1556 ymax = max2(rc1.y + rc1.h, rc2.y + rc2.h); in de_rtmx_extend_rect() 1559 rc.h = ymax - rc.y; in de_rtmx_extend_rect()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_sun50iw1/ |
D | de_bws.c | 281 unsigned int *ymin, unsigned int *black, unsigned int *white, unsigned int *ymax, in auto_bws_model() argument 411 *ymax = pd_ymax_fix; in auto_bws_model()
|
D | de_rtmx.c | 1412 int xmax, ymax; in de_rtmx_extend_rect() local 1421 ymax = max2(rc1.y+rc1.h, rc2.y+rc2.h); in de_rtmx_extend_rect() 1424 rc.h = ymax - rc.y; in de_rtmx_extend_rect()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v2x/ |
D | de_bws.c | 319 unsigned int *ymax, unsigned int *slope0, in auto_bws_model() argument 460 *ymax = pd_ymax_fix; in auto_bws_model()
|
D | de_rtmx.c | 1935 int xmax, ymax; in de_rtmx_extend_rect() local 1943 ymax = max2(rc1.y + rc1.h, rc2.y + rc2.h); in de_rtmx_extend_rect() 1946 rc.h = ymax - rc.y; in de_rtmx_extend_rect()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/cnn_trash_classify/ |
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/ |
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/ |
D | rga.h | 224 unsigned short ymax; // height - 1 member
|
/device/soc/allwinner/t507/hardware/rga/include/ |
D | rga.h | 232 unsigned short ymax; // height - 1 member
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
D | rga.h | 229 unsigned short ymax; // height - 1 member
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
D | rga.h | 229 unsigned short ymax; // height - 1 member
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
D | rga.h | 255 uint16_t ymax; member
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
D | rga.h | 275 uint16_t ymax; // height - 1 member
|
/device/board/isoftstone/yangfan/kernel/src/driv/video/rockchip/rga2/ |
D | rga2.h | 277 unsigned short ymax; // height - 1 member
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
D | rga2.h | 250 unsigned short ymax; // height - 1 member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v3x/ |
D | de_rtmx.c | 2069 int xmax, ymax; in de_rtmx_extend_rect() local 2077 ymax = max2(rc1.y + rc1.h, rc2.y + rc2.h); in de_rtmx_extend_rect() 2080 rc.h = ymax - rc.y; in de_rtmx_extend_rect()
|