Searched refs:numBlocks (Results 1 – 1 of 1) sorted by relevance
304 int numBlocks = NUM_ERROR_CORRECTION_BLOCKS[(int)ecl][version]; in addEccAndInterleave() local308 int numShortBlocks = numBlocks - rawCodewords % numBlocks; in addEccAndInterleave()309 int shortBlockDataLen = rawCodewords / numBlocks - blockEccLen; in addEccAndInterleave()316 for(int i = 0; i < numBlocks; i++) { in addEccAndInterleave()320 for(int j = 0, k = i; j < datLen; j++, k += numBlocks) { // Copy data in addEccAndInterleave()325 for(int j = 0, k = dataLen + i; j < blockEccLen; j++, k += numBlocks) // Copy ECC in addEccAndInterleave()