Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp126 int numExtendedSortedSectionsInSetsIdx);
501 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx); in HcrDecoder()
506 pTmp3 = pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx; in HcrDecoder()
528 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx = pTmp3; in HcrDecoder()
995 int numExtendedSortedSectionsInSetsIdx) in DeriveNumberOfExtendedSortedSectionsInSets() argument
1017 pNumExSortSecInSets[numExtendedSortedSectionsInSetsIdx] = counter; in DeriveNumberOfExtendedSortedSectionsInSets()
1018 numExtendedSortedSectionsInSetsIdx++; in DeriveNumberOfExtendedSortedSectionsInSets()
1019 if (numExtendedSortedSectionsInSetsIdx >= MAX_HCR_SETS) { in DeriveNumberOfExtendedSortedSectionsInSets()
1026 …pNumExSortSecInSets[numExtendedSortedSectionsInSetsIdx] = counter; /* save last entry for the la… in DeriveNumberOfExtendedSortedSectionsInSets()
1060 …int numExtendedSortedSectionsInSetsIdx = pHcr->sectionInfo.numExtendedSortedSectionsInSe… in DecodePCWs() local
[all …]
Daacdec_hcrs.cpp401 …int numExtendedSortedSectionsInSetsIdx = pHcr->sectionInfo.numExtendedSortedSectionsInSe… in InitNonPCWSideInformationForCurrentSet() local
408 for ( i=pNumExtendedSortedSectionsInSets[numExtendedSortedSectionsInSetsIdx]; i != 0; i-- ) { in InitNonPCWSideInformationForCurrentSet()
435numExtendedSortedSectionsInSetsIdx++; /* inc ptr for next set o… in InitNonPCWSideInformationForCurrentSet()
443 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx = numExtendedSortedSectionsInSetsIdx; in InitNonPCWSideInformationForCurrentSet()
Daacdec_hcr_types.h322 int numExtendedSortedSectionsInSetsIdx; member