Home
last modified time | relevance | path

Searched refs:u32SrcHeight (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/
H A Dsample_ive_persptrans.c75 HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstHeight, IVE_RECT_U32_S astRoi[], HI_U16 u16RoiNum, in SAMPLE_IVE_PerspTrans_Init()
93 s32Ret = SAMPLE_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, u32DstHeight, astRoi, in SAMPLE_IVE_PerspTrans()
74 SAMPLE_IVE_PerspTrans_Init(SAMPLE_IVE_PERSP_TRANS_S *pstPerspTrans, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstHeight, IVE_RECT_U32_S astRoi[], HI_U16 u16RoiNum, HI_U16 u16MaxPointPairNum, HI_CHAR *pchSrcFileName, HI_CHAR *pchDstFileName) SAMPLE_IVE_PerspTrans_Init() argument
H A Dsample_ive_kcf.c1229 HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstHeight) in SAMPLE_IVE_RoiToRect()
1270 (HI_FLOAT)u32SrcHeight * (HI_FLOAT)u32DstHeight) & in SAMPLE_IVE_RoiToRect()
1284 (HI_FLOAT)u32SrcHeight * (HI_FLOAT)u32DstHeight) & in SAMPLE_IVE_RoiToRect()
1227 SAMPLE_IVE_RoiToRect(SVP_BLOB_S *pstDstScore, SVP_BLOB_S *pstDstRoi, SVP_BLOB_S *pstClassRoiNum, HI_FLOAT *paf32ScoreThr, HI_BOOL bRmBg, SAMPLE_SVP_NNIE_RECT_ARRAY_S *pstRect, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstHeight) SAMPLE_IVE_RoiToRect() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
H A Dsample_comm_ive.h140 HI_U16 u16AreaThrStep, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstHeight);
H A Dsample_comm_ive.c367 HI_U16 u16AreaThrStep, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstHeight) in SAMPLE_COMM_IVE_BlobToRect()
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)u32DstHeight) & in SAMPLE_COMM_IVE_BlobToRect()
419 (HI_U32)((HI_FLOAT)pstBlob->astRegion[i].u16Bottom / (HI_FLOAT)u32SrcHeight * (HI_FLOAT)u32DstHeight) & in SAMPLE_COMM_IVE_BlobToRect()
366 SAMPLE_COMM_IVE_BlobToRect(IVE_CCBLOB_S *pstBlob, SAMPLE_RECT_ARRAY_S *pstRect, HI_U16 u16RectMaxNum, HI_U16 u16AreaThrStep, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstHeight) SAMPLE_COMM_IVE_BlobToRect() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_nnie.h139 HI_U32 u32SrcHeight; /* ROI/PSROI Pooling src height */ member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_nnie.h139 HI_U32 u32SrcHeight; /* ROI/PSROI Pooling src height */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample_nnie_software/
H A Dsample_svp_nnie_software.c2087 * HI_U32 u32SrcHeight [IN] input image height
2096 HI_U32 u32EachGridBbox, HI_U32 u32ClassNum, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32MaxRoiNum, in SVP_NNIE_Yolov2_GetResult()
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()
2209 * HI_U32 u32SrcHeight [IN] input image height
2221 HI_U32 u32SrcHeight, HI_U32 u32MaxRoiNum, HI_U32 u32NmsThresh, HI_U32 u32ConfThresh, in SVP_NNIE_Yolov3_GetResult()
2293 if (u32SrcWidth == 0 || u32SrcHeight == 0) { in SVP_NNIE_Yolov3_GetResult()
2294 printf("Divisor u32SrcWidth or u32SrcHeight cannot be 0!\n"); in SVP_NNIE_Yolov3_GetResult()
2300 af32Bias[i][2 * k + 1]) / u32SrcHeight; in SVP_NNIE_Yolov3_GetResult()
2095 SVP_NNIE_Yolov2_GetResult(HI_S32 *ps32InputData, HI_U32 u32GridNumWidth, HI_U32 u32GridNumHeight, HI_U32 u32EachGridBbox, HI_U32 u32ClassNum, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32MaxRoiNum, HI_U32 u32NmsThresh, HI_U32 u32ConfThresh, HI_FLOAT af32Bias[], HI_U32 *pu32TmpBuf, HI_S32 *ps32DstScores, HI_S32 *ps32DstRoi, HI_S32 *ps32ClassRoiNum) SVP_NNIE_Yolov2_GetResult() argument
2219 SVP_NNIE_Yolov3_GetResult(HI_U64 au64InputBlobAddr[], HI_U32 au32GridNumWidth[], HI_U32 au32GridNumHeight[], HI_U32 au32Stride[], HI_U32 u32EachGridBbox, HI_U32 u32ClassNum, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32MaxRoiNum, HI_U32 u32NmsThresh, HI_U32 u32ConfThresh, HI_FLOAT af32Bias[SAMPLE_SVP_NNIE_YOLOV3_REPORT_BLOB_NUM][SAMPLE_SVP_NNIE_YOLOV3_EACH_GRID_BIAS_NUM], HI_S32 *ps32TmpBuf, HI_S32 *ps32DstScore, HI_S32 *ps32DstRoi, HI_S32 *ps32ClassRoiNum) SVP_NNIE_Yolov3_GetResult() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/
H A Dsample_nnie.c1578 HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstHeight) in SAMPLE_SVP_NNIE_RoiToRect()
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()
1576 SAMPLE_SVP_NNIE_RoiToRect(SVP_BLOB_S *pstDstScore, SVP_BLOB_S *pstDstRoi, SVP_BLOB_S *pstClassRoiNum, HI_FLOAT *paf32ScoreThr, HI_BOOL bRmBg, SAMPLE_SVP_NNIE_RECT_ARRAY_S *pstRect, HI_U32 u32SrcWidth, HI_U32 u32SrcHeight, HI_U32 u32DstWidth, HI_U32 u32DstHeight) SAMPLE_SVP_NNIE_RoiToRect() argument

Completed in 20 milliseconds