/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/ |
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/ |
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/ |
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/mpp_help/src/ |
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()
|
D | ive_img.c | 213 int boxWidth = box.xmax - box.xmin; in ImgYuvCrop() 231 box.xmax--; in ImgYuvCrop()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/ |
D | ai_infer_process.h | 35 int xmax; member
|
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/rockchip/rk3568/hardware/omx_il/osal/ |
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/ |
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/ |
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/ |
D | rga.h | 222 unsigned short xmax; // width - 1 member
|
/device/soc/allwinner/t507/hardware/rga/include/ |
D | rga.h | 230 unsigned short xmax; // width - 1 member
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
D | rga.h | 227 unsigned short xmax; // width - 1 member
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
D | rga.h | 227 unsigned short xmax; // width - 1 member
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
D | rga.h | 252 uint16_t xmax; member
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
D | rga.h | 273 uint16_t xmax; // width - 1 member
|
/device/board/isoftstone/yangfan/kernel/src/driv/video/rockchip/rga2/ |
D | rga2.h | 275 unsigned short xmax; // width - 1 member
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
D | rga2.h | 248 unsigned short xmax; // width - 1 member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_sun8iw8/ |
D | de_rtmx.c | 1547 int xmax, ymax; in de_rtmx_extend_rect() local 1555 xmax = max2(rc1.x + rc1.w, rc2.x + rc2.w); in de_rtmx_extend_rect() 1558 rc.w = xmax - rc.x; in de_rtmx_extend_rect()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_sun50iw1/ |
D | de_rtmx.c | 1412 int xmax, ymax; in de_rtmx_extend_rect() local 1420 xmax = max2(rc1.x+rc1.w, rc2.x+rc2.w); in de_rtmx_extend_rect() 1423 rc.w = xmax - rc.x; in de_rtmx_extend_rect()
|
/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 2076 xmax = max2(rc1.x + rc1.w, rc2.x + rc2.w); in de_rtmx_extend_rect() 2079 rc.w = xmax - rc.x; in de_rtmx_extend_rect()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v2x/ |
D | de_rtmx.c | 1935 int xmax, ymax; in de_rtmx_extend_rect() local 1942 xmax = max2(rc1.x + rc1.w, rc2.x + rc2.w); in de_rtmx_extend_rect() 1945 rc.w = xmax - rc.x; in de_rtmx_extend_rect()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/color_space_convert/smp/ |
D | smp_color_space_convert.c | 83 int xmax; member
|