Home
last modified time | relevance | path

Searched refs:xmax (Results 1 – 23 of 23) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/
Dmisc_util.c65 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/
Dhand_classify.c122 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/
Dsmp_resize_crop.c94 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/
Dvgs_img.c463 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()
Dive_img.c213 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/
Dai_infer_process.h35 int xmax; member
Dai_infer_process.c944 … 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/
DRockchip_OSAL_RGA_Process.c147 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/
Dcnn_trash_classify.c273 cnnBoxs[0].xmax = MAX_OF_BOX; in CnnTrashClassifyCal()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/
Dtennis_detect.cpp221 boxs[j].xmax = boxs[j].xmin + ret1.width * 3; // 3: optimized value in TennisDetectCal()
/device/soc/rockchip/common/hardware/rga/include/
Drga.h222 unsigned short xmax; // width - 1 member
/device/soc/allwinner/t507/hardware/rga/include/
Drga.h230 unsigned short xmax; // width - 1 member
/device/soc/rockchip/rk3399/hardware/rga/include/
Drga.h227 unsigned short xmax; // width - 1 member
/device/soc/rockchip/rk3568/hardware/rga/include/
Drga.h227 unsigned short xmax; // width - 1 member
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
Drga.h252 uint16_t xmax; member
/device/soc/rockchip/rk3588/hardware/rga/include/
Drga.h273 uint16_t xmax; // width - 1 member
/device/board/isoftstone/yangfan/kernel/src/driv/video/rockchip/rga2/
Drga2.h275 unsigned short xmax; // width - 1 member
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
Drga2.h248 unsigned short xmax; // width - 1 member
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_sun8iw8/
Dde_rtmx.c1547 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/
Dde_rtmx.c1412 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/
Dde_rtmx.c2069 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/
Dde_rtmx.c1935 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/
Dsmp_color_space_convert.c83 int xmax; member