Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c76 RK_U32 unitSize = maxCUSize >> (maxDepth - 1); in init_raster2zscan() local
77 RK_U32 numPartInCUSize = (RK_U32)maxCUSize / unitSize; in init_raster2zscan()
92 RK_U32 unitSize = maxCUSize >> (maxDepth - 1); in init_raster2pelxy() local
94 RK_U32 numPartInCUSize = maxCUSize / unitSize; in init_raster2pelxy()
99 tempx[0] = tempx[-1] + unitSize; in init_raster2pelxy()
109 tempy[i] = (i / numPartInCUSize) * unitSize; in init_raster2pelxy()