Lines Matching refs:xSrtScCnt
874 UINT xSrtScCnt = 0; /* counter for extended sorted sections */ in HcrExtendedSectionInfo() local
895 pNumExtSortCwInSect[xSrtScCnt] = inSegmentRemainNumCW; in HcrExtendedSectionInfo()
896 pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt]; in HcrExtendedSectionInfo()
903 pNumExtSortCwInSect[xSrtScCnt] = inSegmentRemainNumCW; in HcrExtendedSectionInfo()
904 pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt]; in HcrExtendedSectionInfo()
911 pNumExtSortCwInSect[xSrtScCnt] = remainNumCwInSortSec; in HcrExtendedSectionInfo()
912 pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt]; in HcrExtendedSectionInfo()
919 pMaxLenOfCbInExtSrtSec[xSrtScCnt] = in HcrExtendedSectionInfo()
920 fMin((INT)pMaxCwLength[pExtendedSortedCoBo[xSrtScCnt]], in HcrExtendedSectionInfo()
923 xSrtScCnt += 1; in HcrExtendedSectionInfo()
925 if (xSrtScCnt >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in HcrExtendedSectionInfo()
930 pNumExtSortCwInSect[xSrtScCnt] = 0; in HcrExtendedSectionInfo()