Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp122 static void DeriveNumberOfExtendedSortedSectionsInSets(UINT numSegment,
497 DeriveNumberOfExtendedSortedSectionsInSets(pHcr->segmentInfo.numSegment, in HcrDecoder()
841 USHORT numSegment = 0; in HcrPrepareSegmentationGrid() local
873 numSegment += 1; in HcrPrepareSegmentationGrid()
895 pHcr->segmentInfo.numSegment = numSegment; in HcrPrepareSegmentationGrid()
921 UINT numSegment = pHcr->segmentInfo.numSegment; in HcrExtendedSectionInfo() local
929 inSegmentRemainNumCW = numSegment; in HcrExtendedSectionInfo()
938 inSegmentRemainNumCW = numSegment; in HcrExtendedSectionInfo()
947 inSegmentRemainNumCW = numSegment; in HcrExtendedSectionInfo()
991 static void DeriveNumberOfExtendedSortedSectionsInSets(UINT numSegment, in DeriveNumberOfExtendedSortedSectionsInSets() argument
[all …]
Daacdec_hcr_types.h300 UINT numSegment; member
Daacdec_hcrs.cpp150 pNumSegment = &(pHcr->segmentInfo.numSegment); in DecodeNonPCWs()