Searched refs:numExtendedSortedCodewordInSectionIdx (Results 1 – 3 of 3) sorted by relevance
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() argument1002 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[all …]
397 …int numExtendedSortedCodewordInSectionIdx = pHcr->sectionInfo.numExtendedSortedCodewordIn… in InitNonPCWSideInformationForCurrentSet() local413 …for ( k = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionIdx]; k != 0; k-- … in InitNonPCWSideInformationForCurrentSet()429 …numExtendedSortedCodewordInSectionIdx++; /* inc ptr for next ext sor… in InitNonPCWSideInformationForCurrentSet()431 …if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS) || extendedSortedCodebookI… in InitNonPCWSideInformationForCurrentSet()436 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) { in InitNonPCWSideInformationForCurrentSet()441 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = numExtendedSortedCodewordInSectionIdx; in InitNonPCWSideInformationForCurrentSet()444 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = numExtendedSortedCodewordInSectionIdx; in InitNonPCWSideInformationForCurrentSet()
320 int numExtendedSortedCodewordInSectionIdx; member