Searched refs:numPartInCUSize (Results 1 – 1 of 1) sorted by relevance
78 RK_U32 numPartInCUSize = (RK_U32)maxCUSize / unitSize; in init_raster2zscan() local81 for ( i = 0; i < numPartInCUSize * numPartInCUSize; i++) { in init_raster2zscan()95 RK_U32 numPartInCUSize = maxCUSize / unitSize; in init_raster2pelxy() local99 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()