Searched refs:pNumExtendedSortedCodewordInSection (Results 1 - 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_hcr.cpp123 USHORT *pNumExtendedSortedCodewordInSection,
498 pHcr->sectionInfo.pNumExtendedSortedCodewordInSection,
920 USHORT *pNumExtSortCwInSect = pHcr->sectionInfo.pNumExtendedSortedCodewordInSection;
992 USHORT *pNumExtendedSortedCodewordInSection,
999 USHORT *pNumExSortCwInSec = pNumExtendedSortedCodewordInSection;
1055 USHORT *pNumExtendedSortedCodewordInSection = pHcr->sectionInfo.pNumExtendedSortedCodewordInSection; local
1104 for ( curExtSortCwInSec = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionIdx] ; curExtSortCwInSec != 0; curExtSortCwInSec--) {
1146 for ( curExtSortCwInSec = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionIdx] ; curExtSortCwInSec != 0; curExtSortCwInSec--)
1192 for ( curExtSortCwInSec = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionId
991 DeriveNumberOfExtendedSortedSectionsInSets(UINT numSegment, USHORT *pNumExtendedSortedCodewordInSection, int numExtendedSortedCodewordInSectionIdx, USHORT *pNumExtendedSortedSectionsInSets, int numExtendedSortedSectionsInSetsIdx) argument
[all...]
H A Daacdec_hcr_types.h319 USHORT pNumExtendedSortedCodewordInSection[MAX_SFB_HCR+MAX_HCR_SETS]; member in struct:__anon18
H A Daacdec_hcrs.cpp396 USHORT *pNumExtendedSortedCodewordInSection = pHcr->sectionInfo.pNumExtendedSortedCodewordInSection; local
413 for ( k = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionIdx]; k != 0; k-- ) {

Completed in 309 milliseconds