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.cpp444 int numExtendedSortedCodewordInSectionIdx = in InitNonPCWSideInformationForCurrentSet() local
445 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx; in InitNonPCWSideInformationForCurrentSet()
467 [numExtendedSortedCodewordInSectionIdx]; in InitNonPCWSideInformationForCurrentSet()
487 numExtendedSortedCodewordInSectionIdx++; /* inc ptr for next ext sort sec in in InitNonPCWSideInformationForCurrentSet()
491 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR + MAX_HCR_SETS) || in InitNonPCWSideInformationForCurrentSet()
497 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR + MAX_HCR_SETS)) { in InitNonPCWSideInformationForCurrentSet()
502 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = in InitNonPCWSideInformationForCurrentSet()
503 numExtendedSortedCodewordInSectionIdx; in InitNonPCWSideInformationForCurrentSet()
507 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = in InitNonPCWSideInformationForCurrentSet()
508 numExtendedSortedCodewordInSectionIdx; in InitNonPCWSideInformationForCurrentSet()
Daacdec_hcr_types.h391 int numExtendedSortedCodewordInSectionIdx; member