Searched refs:numBlocks (Results 1 – 1 of 1) sorted by relevance
294 int numBlocks = NUM_ERROR_CORRECTION_BLOCKS[(int)ecl][version]; in addEccAndInterleave() local298 int numShortBlocks = numBlocks - rawCodewords % numBlocks; in addEccAndInterleave()299 int shortBlockDataLen = rawCodewords / numBlocks - blockEccLen; in addEccAndInterleave()306 for (int i = 0; i < numBlocks; i++) { in addEccAndInterleave()310 for (int j = 0, k = i; j < datLen; j++, k += numBlocks) { // Copy data in addEccAndInterleave()315 for (int j = 0, k = dataLen + i; j < blockEccLen; j++, k += numBlocks) // Copy ECC in addEccAndInterleave()