Searched refs:MAX_SFB_HCR (Results 1 – 5 of 5) sorted by relevance
110 …#define MAX_SFB_HCR (((1024/8) / LINES_PER_UNIT) * 8) /* (8 * 16) is not enough … macro317 USHORT pNumCodewordInSection[MAX_SFB_HCR];318 USHORT pNumSortedCodewordInSection[MAX_SFB_HCR];319 USHORT pNumExtendedSortedCodewordInSection[MAX_SFB_HCR+MAX_HCR_SETS];323 USHORT pReorderOffset[MAX_SFB_HCR];324 UCHAR pSortedCodebook[MAX_SFB_HCR];326 UCHAR pExtendedSortedCodebook[MAX_SFB_HCR+MAX_HCR_SETS];329 UCHAR pMaxLenOfCbInExtSrtSec[MAX_SFB_HCR+MAX_HCR_SETS];332 UCHAR pCodebookSwitch[MAX_SFB_HCR];
217 …SHORT aNumLineInSec4Hcr[MAX_SFB_HCR]; /* needed once for all channels except for Drm synt…218 …UCHAR aCodeBooks4Hcr[MAX_SFB_HCR]; /* needed once for all channels except for Drm synt…
968 if ( xSrtScCnt >= (MAX_SFB_HCR + MAX_HCR_SETS) ) { in HcrExtendedSectionInfo()1006 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) { in DeriveNumberOfExtendedSortedSectionsInSets()1085 if (extendedSortedCodebookIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) { in DecodePCWs()1094 if (maxLenOfCbInExtSrtSecIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) { in DecodePCWs()1268 if (numExtendedSortedCodewordInSectionIdx >= MAX_SFB_HCR+MAX_HCR_SETS) { in DecodePCWs()
431 …umExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS) || extendedSortedCodebookIdx >=… in InitNonPCWSideInformationForCurrentSet()436 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) { in InitNonPCWSideInformationForCurrentSet()
327 if (numLinesInSecIdx >= MAX_SFB_HCR) { in CBlock_ReadSectionData()