Home
last modified time | relevance | path

Searched refs:u32SrcWidth (Results 1 – 8 of 8) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/
Dsample_ive_persptrans.c74 …atic HI_S32 SAMPLE_IVE_PerspTrans_Init(SAMPLE_IVE_PERSP_TRANS_S *pstPerspTrans, HI_U32 u32SrcWidth, in SAMPLE_IVE_PerspTrans_Init() argument
93 …_COMM_IVE_CreateImage(&(pstPerspTrans->stSrc), IVE_IMAGE_TYPE_YUV420SP, u32SrcWidth, u32SrcHeight); in SAMPLE_IVE_PerspTrans_Init()
193 HI_U32 u32SrcWidth = SAMPLE_IVE_PSP_WIDTH_250; in SAMPLE_IVE_PerspTrans() local
220 …s32Ret = SAMPLE_IVE_PerspTrans_Init(&s_stPerspTrans, u32SrcWidth, u32SrcHeight, u32DstWidth, u32Ds… in SAMPLE_IVE_PerspTrans()
Dsample_ive_kcf.c1228 … HI_FLOAT *paf32ScoreThr, HI_BOOL bRmBg, SAMPLE_SVP_NNIE_RECT_ARRAY_S *pstRect, HI_U32 u32SrcWidth, in SAMPLE_IVE_RoiToRect() argument
1265 … (HI_U32)((HI_FLOAT)ps32Roi[u32BboxBias + j * SAMPLE_IVE_COORDI_NUM] / (HI_FLOAT)u32SrcWidth * in SAMPLE_IVE_RoiToRect()
1275 (HI_FLOAT)u32SrcWidth * (HI_FLOAT)u32DstWidth) & in SAMPLE_IVE_RoiToRect()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
Dsample_comm_ive.c367 …HI_U16 u16AreaThrStep, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstH… in SAMPLE_COMM_IVE_BlobToRect() argument
392 …(HI_U32)((HI_FLOAT)pstBlob->astRegion[i].u16Left / (HI_FLOAT)u32SrcWidth * (HI_FLOAT)u32DstWidth) & in SAMPLE_COMM_IVE_BlobToRect()
399 …(HI_U32)((HI_FLOAT)pstBlob->astRegion[i].u16Right / (HI_FLOAT)u32SrcWidth * (HI_FLOAT)u32DstWidth)… in SAMPLE_COMM_IVE_BlobToRect()
407 …(HI_U32)((HI_FLOAT)pstBlob->astRegion[i].u16Right / (HI_FLOAT)u32SrcWidth * (HI_FLOAT)u32DstWidth)… in SAMPLE_COMM_IVE_BlobToRect()
415 …(HI_U32)((HI_FLOAT)pstBlob->astRegion[i].u16Left / (HI_FLOAT)u32SrcWidth * (HI_FLOAT)u32DstWidth) & in SAMPLE_COMM_IVE_BlobToRect()
Dsample_comm_ive.h140 …HI_U16 u16AreaThrStep, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstH…
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dhi_nnie.h140 HI_U32 u32SrcWidth; /* ROI/PSROI Pooling src width */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhi_nnie.h140 HI_U32 u32SrcWidth; /* ROI/PSROI Pooling src width */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample_nnie_software/
Dsample_svp_nnie_software.c2096 …HI_U32 u32EachGridBbox, HI_U32 u32ClassNum, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32Max… in SVP_NNIE_Yolov2_GetResult() argument
2186 *(ps32DstRoi++) = (HI_S32)SAMPLE_SVP_NNIE_MAX(pstBox[n].f32Xmin * u32SrcWidth, 0); in SVP_NNIE_Yolov2_GetResult()
2188 … *(ps32DstRoi++) = (HI_S32)SAMPLE_SVP_NNIE_MIN(pstBox[n].f32Xmax * u32SrcWidth, u32SrcWidth); in SVP_NNIE_Yolov2_GetResult()
2220 …idNumHeight[], HI_U32 au32Stride[], HI_U32 u32EachGridBbox, HI_U32 u32ClassNum, HI_U32 u32SrcWidth, in SVP_NNIE_Yolov3_GetResult() argument
2293 if (u32SrcWidth == 0 || u32SrcHeight == 0) { in SVP_NNIE_Yolov3_GetResult()
2298 af32Bias[i][2 * k]) / u32SrcWidth; in SVP_NNIE_Yolov3_GetResult()
2337 … *(ps32DstRoi++) = SAMPLE_SVP_NNIE_MAX((HI_S32)(pstBbox[j].f32Xmin * u32SrcWidth), 0); in SVP_NNIE_Yolov3_GetResult()
2339 …32DstRoi++) = SAMPLE_SVP_NNIE_MIN((HI_S32)(pstBbox[j].f32Xmax * u32SrcWidth), (HI_S32)u32SrcWidth); in SVP_NNIE_Yolov3_GetResult()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/
Dsample_nnie.c1577 … HI_FLOAT *paf32ScoreThr, HI_BOOL bRmBg, SAMPLE_SVP_NNIE_RECT_ARRAY_S *pstRect, HI_U32 u32SrcWidth, in SAMPLE_SVP_NNIE_RoiToRect() argument
1615 (HI_FLOAT)u32SrcWidth * (HI_FLOAT)u32DstWidth) & (~1); in SAMPLE_SVP_NNIE_RoiToRect()
1621 … SAMPLE_SVP_NNIE_X_MAX_OFFSET] / (HI_FLOAT)u32SrcWidth * (HI_FLOAT)u32DstWidth) & (~1); in SAMPLE_SVP_NNIE_RoiToRect()