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

/external/aac/libAACdec/src/
H A Daacdec_hcr.cpp124 int numExtendedSortedCodewordInSectionIdx,
499 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx,
504 pTmp1 = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx;
526 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = pTmp1;
993 int numExtendedSortedCodewordInSectionIdx,
1002 while (pNumExSortCwInSec[numExtendedSortedCodewordInSectionIdx] != 0)
1004 cwSum += pNumExSortCwInSec[numExtendedSortedCodewordInSectionIdx];
1005 numExtendedSortedCodewordInSectionIdx++;
1006 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) {
1056 int numExtendedSortedCodewordInSectionIdx local
991 DeriveNumberOfExtendedSortedSectionsInSets(UINT numSegment, USHORT *pNumExtendedSortedCodewordInSection, int numExtendedSortedCodewordInSectionIdx, USHORT *pNumExtendedSortedSectionsInSets, int numExtendedSortedSectionsInSetsIdx) argument
[all...]
H A Daacdec_hcrs.cpp397 int numExtendedSortedCodewordInSectionIdx = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx; local
413 for ( k = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionIdx]; k != 0; k-- ) {
429 numExtendedSortedCodewordInSectionIdx++; /* inc ptr for next ext sort sec in current set */
431 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS) || extendedSortedCodebookIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) {
436 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) {
441 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = numExtendedSortedCodewordInSectionIdx;
444 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = numExtendedSortedCodewordInSectionIdx;
[all...]
H A Daacdec_hcr_types.h320 int numExtendedSortedCodewordInSectionIdx; member in struct:__anon18

Completed in 63 milliseconds