Searched defs:pNumExtendedSortedSectionsInSets (Results 1 - 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_hcrs.cpp400 USHORT *pNumExtendedSortedSectionsInSets = pHcr->sectionInfo.pNumExtendedSortedSectionsInSets; local
408 for ( i=pNumExtendedSortedSectionsInSets[numExtendedSortedSectionsInSetsIdx]; i != 0; i-- ) {
H A Daacdec_hcr_types.h321 USHORT pNumExtendedSortedSectionsInSets[MAX_HCR_SETS]; member in struct:__anon18
H A Daacdec_hcr.cpp125 USHORT *pNumExtendedSortedSectionsInSets,
500 pHcr->sectionInfo.pNumExtendedSortedSectionsInSets,
994 USHORT *pNumExtendedSortedSectionsInSets,
1000 USHORT *pNumExSortSecInSets = pNumExtendedSortedSectionsInSets;
1034 pNumExtendedSortedSectionsInSets points to. This value represents the
1059 USHORT *pNumExtendedSortedSectionsInSets = pHcr->sectionInfo.pNumExtendedSortedSectionsInSets; local
1081 for ( extSortSec = pNumExtendedSortedSectionsInSets[numExtendedSortedSectionsInSetsIdx]; extSortSec != 0; extSortSec-- ) {
991 DeriveNumberOfExtendedSortedSectionsInSets(UINT numSegment, USHORT *pNumExtendedSortedCodewordInSection, int numExtendedSortedCodewordInSectionIdx, USHORT *pNumExtendedSortedSectionsInSets, int numExtendedSortedSectionsInSetsIdx) argument

Completed in 136 milliseconds