Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp498 pHcr->sectionInfo.pNumExtendedSortedCodewordInSection, in HcrDecoder()
499 … pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx, in HcrDecoder()
500 pHcr->sectionInfo.pNumExtendedSortedSectionsInSets, in HcrDecoder()
501 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx); in HcrDecoder()
504 pTmp1 = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx; in HcrDecoder()
505 pTmp2 = pHcr->sectionInfo.extendedSortedCodebookIdx; in HcrDecoder()
506 pTmp3 = pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx; in HcrDecoder()
509 pTmp5 = pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx; in HcrDecoder()
526 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = pTmp1; in HcrDecoder()
527 pHcr->sectionInfo.extendedSortedCodebookIdx = pTmp2; in HcrDecoder()
[all …]
Daacdec_hcrs.cpp164 numCodeword = pHcr->sectionInfo.numCodeword; in DecodeNonPCWs()
396 …USHORT *pNumExtendedSortedCodewordInSection = pHcr->sectionInfo.pNumExtendedSortedCodewordInS… in InitNonPCWSideInformationForCurrentSet()
397 …int numExtendedSortedCodewordInSectionIdx = pHcr->sectionInfo.numExtendedSortedCodewordIn… in InitNonPCWSideInformationForCurrentSet()
398 UCHAR *pExtendedSortedCodebook = pHcr->sectionInfo.pExtendedSortedCodebook; in InitNonPCWSideInformationForCurrentSet()
399 int extendedSortedCodebookIdx = pHcr->sectionInfo.extendedSortedCodebookIdx; in InitNonPCWSideInformationForCurrentSet()
400 …USHORT *pNumExtendedSortedSectionsInSets = pHcr->sectionInfo.pNumExtendedSortedSectionsInS… in InitNonPCWSideInformationForCurrentSet()
401 …int numExtendedSortedSectionsInSetsIdx = pHcr->sectionInfo.numExtendedSortedSectionsInSe… in InitNonPCWSideInformationForCurrentSet()
441 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = numExtendedSortedCodewordInSectionIdx; in InitNonPCWSideInformationForCurrentSet()
442 pHcr->sectionInfo.extendedSortedCodebookIdx = extendedSortedCodebookIdx; in InitNonPCWSideInformationForCurrentSet()
443 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx = numExtendedSortedSectionsInSetsIdx; in InitNonPCWSideInformationForCurrentSet()
[all …]
Daacdec_hcr_types.h356 HCR_SECTION_INFO sectionInfo; member