Home
last modified time | relevance | path

Searched refs:MAX_HCR_SETS (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_hcr_types.h123 #define MAX_HCR_SETS 14 macro
319 USHORT pNumExtendedSortedCodewordInSection[MAX_SFB_HCR+MAX_HCR_SETS];
321 USHORT pNumExtendedSortedSectionsInSets[MAX_HCR_SETS];
326 UCHAR pExtendedSortedCodebook[MAX_SFB_HCR+MAX_HCR_SETS];
329 UCHAR pMaxLenOfCbInExtSrtSec[MAX_SFB_HCR+MAX_HCR_SETS];
Daacdec_hcr.cpp968 if ( xSrtScCnt >= (MAX_SFB_HCR + MAX_HCR_SETS) ) { in HcrExtendedSectionInfo()
1006 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) { in DeriveNumberOfExtendedSortedSectionsInSets()
1019 if (numExtendedSortedSectionsInSetsIdx >= 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()
1275 if (numExtendedSortedSectionsInSetsIdx >= MAX_HCR_SETS) { in DecodePCWs()
Daacdec_hcrs.cpp431 …rtedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS) || extendedSortedCodebookIdx >= (MAX_SFB_HC… in InitNonPCWSideInformationForCurrentSet()
436 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) { in InitNonPCWSideInformationForCurrentSet()