Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp135 int numExtendedSortedSectionsInSetsIdx);
461 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx); in HcrDecoder()
466 pTmp3 = pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx; in HcrDecoder()
483 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx = pTmp3; in HcrDecoder()
950 int numExtendedSortedSectionsInSetsIdx) { in DeriveNumberOfExtendedSortedSectionsInSets() argument
970 pNumExSortSecInSets[numExtendedSortedSectionsInSetsIdx] = counter; in DeriveNumberOfExtendedSortedSectionsInSets()
971 numExtendedSortedSectionsInSetsIdx++; in DeriveNumberOfExtendedSortedSectionsInSets()
972 if (numExtendedSortedSectionsInSetsIdx >= MAX_HCR_SETS) { in DeriveNumberOfExtendedSortedSectionsInSets()
979 pNumExSortSecInSets[numExtendedSortedSectionsInSetsIdx] = in DeriveNumberOfExtendedSortedSectionsInSets()
1015 int numExtendedSortedSectionsInSetsIdx = in DecodePCWs() local
[all …]
Daacdec_hcrs.cpp450 int numExtendedSortedSectionsInSetsIdx = in InitNonPCWSideInformationForCurrentSet() local
451 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx; in InitNonPCWSideInformationForCurrentSet()
460 for (i = pNumExtendedSortedSectionsInSets[numExtendedSortedSectionsInSetsIdx]; in InitNonPCWSideInformationForCurrentSet()
496 numExtendedSortedSectionsInSetsIdx++; /* inc ptr for next set of non-PCWs */ in InitNonPCWSideInformationForCurrentSet()
505 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx = in InitNonPCWSideInformationForCurrentSet()
506 numExtendedSortedSectionsInSetsIdx; in InitNonPCWSideInformationForCurrentSet()
Daacdec_hcr_types.h393 int numExtendedSortedSectionsInSetsIdx; member