Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c78 RK_U32 numPartInCUSize = (RK_U32)maxCUSize / unitSize; in init_raster2zscan() local
81 for ( i = 0; i < numPartInCUSize * numPartInCUSize; i++) { in init_raster2zscan()
95 RK_U32 numPartInCUSize = maxCUSize / unitSize; in init_raster2pelxy() local
99 for (i = 1; i < numPartInCUSize; i++) { in init_raster2pelxy()
104 for (i = 1; i < numPartInCUSize; i++) { in init_raster2pelxy()
105 memcpy(tempx, tempx - numPartInCUSize, sizeof(RK_U32) * numPartInCUSize); in init_raster2pelxy()
106 tempx += numPartInCUSize; in init_raster2pelxy()
109 for (i = 1; i < numPartInCUSize * numPartInCUSize; i++) { in init_raster2pelxy()
110 tempy[i] = (i / numPartInCUSize) * unitSize; in init_raster2pelxy()