Searched refs:DIV_UP (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_buffer.h | 407 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 D | hi_math.h | 81 #define DIV_UP(x, a) (((x) + ((a) - 1)) / (a)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hi_buffer.h | 407 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 D | hi_math.h | 83 #define DIV_UP(x, a) (((x) + ((a) - 1)) / (a)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
H A D | hi_math.h | 84 #define DIV_UP(x, a) (((x) + ((a) - 1)) / (a)) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A D | sample_comm_region.c | 92 s32Width = DIV_UP(bmpInfo.bmiHeader.biWidth, 4); /* 4 align */ in REGION_MST_LoadBmp()
|
Completed in 5 milliseconds