Searched refs:u32SrcHeight (Results 1 – 8 of 8) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/ |
D | sample_ive_persptrans.c | 75 …HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstHeight, IVE_RECT_U32_S astRoi[], HI_U16 u16R… in SAMPLE_IVE_PerspTrans_Init() argument 93 …_COMM_IVE_CreateImage(&(pstPerspTrans->stSrc), IVE_IMAGE_TYPE_YUV420SP, u32SrcWidth, u32SrcHeight); in SAMPLE_IVE_PerspTrans_Init() 194 HI_U32 u32SrcHeight = SAMPLE_IVE_PSP_HEIGHT_250; in SAMPLE_IVE_PerspTrans() local 220 …s32Ret = SAMPLE_IVE_PerspTrans_Init(&s_stPerspTrans, u32SrcWidth, u32SrcHeight, u32DstWidth, u32Ds… in SAMPLE_IVE_PerspTrans()
|
D | sample_ive_kcf.c | 1229 HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstHeight) in SAMPLE_IVE_RoiToRect() argument 1270 (HI_FLOAT)u32SrcHeight * (HI_FLOAT)u32DstHeight) & in SAMPLE_IVE_RoiToRect() 1284 (HI_FLOAT)u32SrcHeight * (HI_FLOAT)u32DstHeight) & in SAMPLE_IVE_RoiToRect()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/ |
D | sample_comm_ive.c | 367 …HI_U16 u16AreaThrStep, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstH… in SAMPLE_COMM_IVE_BlobToRect() argument 395 …(HI_U32)((HI_FLOAT)pstBlob->astRegion[i].u16Top / (HI_FLOAT)u32SrcHeight * (HI_FLOAT)u32DstHeight)… in SAMPLE_COMM_IVE_BlobToRect() 403 …(HI_U32)((HI_FLOAT)pstBlob->astRegion[i].u16Top / (HI_FLOAT)u32SrcHeight * (HI_FLOAT)u32DstHeight)… in SAMPLE_COMM_IVE_BlobToRect() 411 …(HI_U32)((HI_FLOAT)pstBlob->astRegion[i].u16Bottom / (HI_FLOAT)u32SrcHeight * (HI_FLOAT)u32DstHeig… in SAMPLE_COMM_IVE_BlobToRect() 419 …(HI_U32)((HI_FLOAT)pstBlob->astRegion[i].u16Bottom / (HI_FLOAT)u32SrcHeight * (HI_FLOAT)u32DstHeig… in SAMPLE_COMM_IVE_BlobToRect()
|
D | sample_comm_ive.h | 140 …HI_U16 u16AreaThrStep, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstH…
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
D | hi_nnie.h | 139 HI_U32 u32SrcHeight; /* ROI/PSROI Pooling src height */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
D | hi_nnie.h | 139 HI_U32 u32SrcHeight; /* ROI/PSROI Pooling src height */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample_nnie_software/ |
D | sample_svp_nnie_software.c | 2096 …HI_U32 u32EachGridBbox, HI_U32 u32ClassNum, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32Max… in SVP_NNIE_Yolov2_GetResult() argument 2187 *(ps32DstRoi++) = (HI_S32)SAMPLE_SVP_NNIE_MAX(pstBox[n].f32Ymin * u32SrcHeight, 0); in SVP_NNIE_Yolov2_GetResult() 2189 … *(ps32DstRoi++) = (HI_S32)SAMPLE_SVP_NNIE_MIN(pstBox[n].f32Ymax * u32SrcHeight, u32SrcHeight); in SVP_NNIE_Yolov2_GetResult() 2221 HI_U32 u32SrcHeight, HI_U32 u32MaxRoiNum, HI_U32 u32NmsThresh, HI_U32 u32ConfThresh, in SVP_NNIE_Yolov3_GetResult() argument 2293 if (u32SrcWidth == 0 || u32SrcHeight == 0) { in SVP_NNIE_Yolov3_GetResult() 2300 af32Bias[i][2 * k + 1]) / u32SrcHeight; in SVP_NNIE_Yolov3_GetResult() 2338 … *(ps32DstRoi++) = SAMPLE_SVP_NNIE_MAX((HI_S32)(pstBbox[j].f32Ymin * u32SrcHeight), 0); in SVP_NNIE_Yolov3_GetResult() 2341 … SAMPLE_SVP_NNIE_MIN((HI_S32)(pstBbox[j].f32Ymax * u32SrcHeight), (HI_S32)u32SrcHeight); in SVP_NNIE_Yolov3_GetResult()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/ |
D | sample_nnie.c | 1578 HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstHeight) in SAMPLE_SVP_NNIE_RoiToRect() argument 1618 … SAMPLE_SVP_NNIE_Y_MIN_OFFSET] / (HI_FLOAT)u32SrcHeight * (HI_FLOAT)u32DstHeight) & (~1); in SAMPLE_SVP_NNIE_RoiToRect() 1630 … SAMPLE_SVP_NNIE_Y_MAX_OFFSET] / (HI_FLOAT)u32SrcHeight * (HI_FLOAT)u32DstHeight) & (~1); in SAMPLE_SVP_NNIE_RoiToRect()
|