Home
last modified time | relevance | path

Searched refs:DIV_UP (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dhi_buffer.h407 return DIV_UP(u32Width, 512) * 32; in VENC_GetQpmapSizeStride()
419 u32AlignHeight = DIV_UP(u32Height, 16); in VENC_GetQpmapSize()
433 u32Stride = DIV_UP(u32Width, 2048) * 16; in VENC_GetSkipWeightSizeStride()
435 u32Stride = DIV_UP(u32Width, 512) * 16; in VENC_GetSkipWeightSizeStride()
453 u32AlignHeight = DIV_UP(u32Height, 64); in VENC_GetSkipWeightSize()
455 u32AlignHeight = DIV_UP(u32Height, 16); in VENC_GetSkipWeightSize()
H A Dhi_math.h81 #define DIV_UP(x, a) (((x) + ((a) - 1)) / (a)) macro
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dhi_buffer.h407 return DIV_UP(u32Width, 512) * 32; in VENC_GetQpmapSizeStride()
419 u32AlignHeight = DIV_UP(u32Height, 16); in VENC_GetQpmapSize()
433 u32Stride = DIV_UP(u32Width, 2048) * 16; in VENC_GetSkipWeightSizeStride()
435 u32Stride = DIV_UP(u32Width, 512) * 16; in VENC_GetSkipWeightSizeStride()
453 u32AlignHeight = DIV_UP(u32Height, 64); in VENC_GetSkipWeightSize()
455 u32AlignHeight = DIV_UP(u32Height, 16); in VENC_GetSkipWeightSize()
H A Dhi_math.h83 #define DIV_UP(x, a) (((x) + ((a) - 1)) / (a)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/
H A Dhi_math.h84 #define DIV_UP(x, a) (((x) + ((a) - 1)) / (a)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
H A Dsample_comm_region.c92 s32Width = DIV_UP(bmpInfo.bmiHeader.biWidth, 4); /* 4 align */ in REGION_MST_LoadBmp()

Completed in 5 milliseconds