Searched defs:numSegment (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_hcr_types.h300 UINT numSegment; member in struct:__anon17
H A Daacdec_hcr.cpp122 static void DeriveNumberOfExtendedSortedSectionsInSets(UINT numSegment,
497 DeriveNumberOfExtendedSortedSectionsInSets(pHcr->segmentInfo.numSegment,
832 description: This function calculates the segmentation, which includes numSegment,
841 USHORT numSegment = 0; local
873 numSegment += 1;
895 pHcr->segmentInfo.numSegment = numSegment;
921 UINT numSegment = pHcr->segmentInfo.numSegment; local
929 inSegmentRemainNumCW = numSegment;
991 DeriveNumberOfExtendedSortedSectionsInSets(UINT numSegment, USHORT *pNumExtendedSortedCodewordInSection, int numExtendedSortedCodewordInSectionIdx, USHORT *pNumExtendedSortedSectionsInSets, int numExtendedSortedSectionsInSetsIdx) argument
1337 UINT numSegment = pHcr->segmentInfo.numSegment; local
[all...]

Completed in 120 milliseconds