Home | History | Annotate | Download | only in src

Lines Matching refs:numExtendedSortedCodewordInSectionIdx

124                                                        int      numExtendedSortedCodewordInSectionIdx,
499 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx,
504 pTmp1 = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx;
526 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = pTmp1;
993 int numExtendedSortedCodewordInSectionIdx,
1002 while (pNumExSortCwInSec[numExtendedSortedCodewordInSectionIdx] != 0)
1004 cwSum += pNumExSortCwInSec[numExtendedSortedCodewordInSectionIdx];
1005 numExtendedSortedCodewordInSectionIdx++;
1006 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) {
1056 int numExtendedSortedCodewordInSectionIdx = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx;
1104 for ( curExtSortCwInSec = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionIdx] ; curExtSortCwInSec != 0; curExtSortCwInSec--) {
1146 for ( curExtSortCwInSec = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionIdx] ; curExtSortCwInSec != 0; curExtSortCwInSec--)
1192 for ( curExtSortCwInSec = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionIdx] ; curExtSortCwInSec != 0; curExtSortCwInSec--)
1267 numExtendedSortedCodewordInSectionIdx++;
1268 if (numExtendedSortedCodewordInSectionIdx >= MAX_SFB_HCR+MAX_HCR_SETS) {
1280 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = numExtendedSortedCodewordInSectionIdx;