Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c77 RK_U32 unitSize = maxCUSize >> (maxDepth - 1); in init_raster2zscan() local
78 RK_U32 numPartInCUSize = (RK_U32)maxCUSize / unitSize; in init_raster2zscan()
93 RK_U32 unitSize = maxCUSize >> (maxDepth - 1); in init_raster2pelxy() local
95 RK_U32 numPartInCUSize = maxCUSize / unitSize; in init_raster2pelxy()
100 tempx[0] = tempx[-1] + unitSize; in init_raster2pelxy()
110 tempy[i] = (i / numPartInCUSize) * unitSize; in init_raster2pelxy()