Searched refs:numPartInCUSize (Results 1 – 1 of 1) sorted by relevance
77 RK_U32 numPartInCUSize = (RK_U32)maxCUSize / unitSize; in init_raster2zscan() local80 for ( i = 0; i < numPartInCUSize * numPartInCUSize; i++) { in init_raster2zscan()94 RK_U32 numPartInCUSize = maxCUSize / unitSize; in init_raster2pelxy() local98 for (i = 1; i < numPartInCUSize; i++) { in init_raster2pelxy()103 for (i = 1; i < numPartInCUSize; i++) { in init_raster2pelxy()104 memcpy(tempx, tempx - numPartInCUSize, sizeof(RK_U32) * numPartInCUSize); in init_raster2pelxy()105 tempx += numPartInCUSize; in init_raster2pelxy()108 for (i = 1; i < numPartInCUSize * numPartInCUSize; i++) { in init_raster2pelxy()109 tempy[i] = (i / numPartInCUSize) * unitSize; in init_raster2pelxy()