Lines Matching refs:numExtendedSortedCodewordInSectionIdx
124 … int numExtendedSortedCodewordInSectionIdx,
499 … pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx, in HcrDecoder()
504 pTmp1 = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx; in HcrDecoder()
526 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = pTmp1; in HcrDecoder()
993 … int numExtendedSortedCodewordInSectionIdx, in DeriveNumberOfExtendedSortedSectionsInSets() argument
1002 while (pNumExSortCwInSec[numExtendedSortedCodewordInSectionIdx] != 0) in DeriveNumberOfExtendedSortedSectionsInSets()
1004 cwSum += pNumExSortCwInSec[numExtendedSortedCodewordInSectionIdx]; in DeriveNumberOfExtendedSortedSectionsInSets()
1005 numExtendedSortedCodewordInSectionIdx++; in DeriveNumberOfExtendedSortedSectionsInSets()
1006 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) { in DeriveNumberOfExtendedSortedSectionsInSets()
1056 …int numExtendedSortedCodewordInSectionIdx = pHcr->sectionInfo.numExtendedSortedCodewordIn… in DecodePCWs() local
1104 …( curExtSortCwInSec = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionIdx] ;… in DecodePCWs()
1146 …( curExtSortCwInSec = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionIdx] ;… in DecodePCWs()
1192 …( curExtSortCwInSec = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionIdx] ;… in DecodePCWs()
1267 numExtendedSortedCodewordInSectionIdx++; in DecodePCWs()
1268 if (numExtendedSortedCodewordInSectionIdx >= MAX_SFB_HCR+MAX_HCR_SETS) { in DecodePCWs()
1280 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = numExtendedSortedCodewordInSectionIdx; in DecodePCWs()