Searched refs:unitSize (Results 1 – 1 of 1) sorted by relevance
76 RK_U32 unitSize = maxCUSize >> (maxDepth - 1); in init_raster2zscan() local77 RK_U32 numPartInCUSize = (RK_U32)maxCUSize / unitSize; in init_raster2zscan()92 RK_U32 unitSize = maxCUSize >> (maxDepth - 1); in init_raster2pelxy() local94 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()