Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp133 int numExtendedSortedCodewordInSectionIdx,
459 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx, in HcrDecoder()
464 pTmp1 = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx; in HcrDecoder()
481 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = pTmp1; in HcrDecoder()
948 int numExtendedSortedCodewordInSectionIdx, in DeriveNumberOfExtendedSortedSectionsInSets() argument
956 while (pNumExSortCwInSec[numExtendedSortedCodewordInSectionIdx] != 0) { in DeriveNumberOfExtendedSortedSectionsInSets()
957 cwSum += pNumExSortCwInSec[numExtendedSortedCodewordInSectionIdx]; in DeriveNumberOfExtendedSortedSectionsInSets()
958 numExtendedSortedCodewordInSectionIdx++; in DeriveNumberOfExtendedSortedSectionsInSets()
959 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in DeriveNumberOfExtendedSortedSectionsInSets()
1009 int numExtendedSortedCodewordInSectionIdx = in DecodePCWs() local
[all …]
Daacdec_hcrs.cpp442 int numExtendedSortedCodewordInSectionIdx = in InitNonPCWSideInformationForCurrentSet() local
443 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx; in InitNonPCWSideInformationForCurrentSet()
465 [numExtendedSortedCodewordInSectionIdx]; in InitNonPCWSideInformationForCurrentSet()
485 numExtendedSortedCodewordInSectionIdx++; /* inc ptr for next ext sort sec in in InitNonPCWSideInformationForCurrentSet()
489 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR + MAX_HCR_SETS) || in InitNonPCWSideInformationForCurrentSet()
495 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in InitNonPCWSideInformationForCurrentSet()
500 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = in InitNonPCWSideInformationForCurrentSet()
501 numExtendedSortedCodewordInSectionIdx; in InitNonPCWSideInformationForCurrentSet()
505 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = in InitNonPCWSideInformationForCurrentSet()
506 numExtendedSortedCodewordInSectionIdx; in InitNonPCWSideInformationForCurrentSet()
Daacdec_hcr_types.h391 int numExtendedSortedCodewordInSectionIdx; member