Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp132 UINT numSegment, USHORT *pNumExtendedSortedCodewordInSection,
457 pHcr->segmentInfo.numSegment, in HcrDecoder()
801 USHORT numSegment = 0; in HcrPrepareSegmentationGrid() local
836 numSegment += 1; in HcrPrepareSegmentationGrid()
858 pHcr->segmentInfo.numSegment = numSegment; in HcrPrepareSegmentationGrid()
885 UINT numSegment = pHcr->segmentInfo.numSegment; in HcrExtendedSectionInfo() local
891 inSegmentRemainNumCW = numSegment; in HcrExtendedSectionInfo()
899 inSegmentRemainNumCW = numSegment; in HcrExtendedSectionInfo()
908 inSegmentRemainNumCW = numSegment; in HcrExtendedSectionInfo()
947 UINT numSegment, USHORT *pNumExtendedSortedCodewordInSection, in DeriveNumberOfExtendedSortedSectionsInSets() argument
[all …]
Daacdec_hcr_types.h373 UINT numSegment; member
Daacdec_hcrs.cpp158 pNumSegment = &(pHcr->segmentInfo.numSegment); in DecodeNonPCWs()