Lines Matching refs:numExtendedSortedCodewordInSectionIdx
133 int numExtendedSortedCodewordInSectionIdx,
459 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx, in HcrDecoder()
464 pTmp1 = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx; in HcrDecoder()
481 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = pTmp1; in HcrDecoder()
948 int numExtendedSortedCodewordInSectionIdx, in DeriveNumberOfExtendedSortedSectionsInSets() argument
956 while (pNumExSortCwInSec[numExtendedSortedCodewordInSectionIdx] != 0) { in DeriveNumberOfExtendedSortedSectionsInSets()
957 cwSum += pNumExSortCwInSec[numExtendedSortedCodewordInSectionIdx]; in DeriveNumberOfExtendedSortedSectionsInSets()
958 numExtendedSortedCodewordInSectionIdx++; in DeriveNumberOfExtendedSortedSectionsInSets()
959 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in DeriveNumberOfExtendedSortedSectionsInSets()
1009 int numExtendedSortedCodewordInSectionIdx = in DecodePCWs() local
1010 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx; in DecodePCWs()
1068 [numExtendedSortedCodewordInSectionIdx]; in DecodePCWs()
1112 [numExtendedSortedCodewordInSectionIdx]; in DecodePCWs()
1153 [numExtendedSortedCodewordInSectionIdx]; in DecodePCWs()
1228 numExtendedSortedCodewordInSectionIdx++; in DecodePCWs()
1229 if (numExtendedSortedCodewordInSectionIdx >= MAX_SFB_HCR + MAX_HCR_SETS) { in DecodePCWs()
1241 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = in DecodePCWs()
1242 numExtendedSortedCodewordInSectionIdx; in DecodePCWs()