Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp112 static UINT InitSegmentBitfield(UINT *pNumSegment,
137 UINT *pNumSegment; in DecodeNonPCWs() local
158 pNumSegment = &(pHcr->segmentInfo.numSegment); in DecodeNonPCWs()
165 numValidSegment = InitSegmentBitfield(pNumSegment, pRemainingBitsInSegment, in DecodeNonPCWs()
171 numSet = ((numCodeword - 1) / *pNumSegment) + 1; in DecodeNonPCWs()
179 *pNumSegment; /* number of remaining non PCWs [for all sets] */ in DecodeNonPCWs()
180 if (numCodeword < *pNumSegment) { in DecodeNonPCWs()
183 codewordInSet = *pNumSegment; /* for all sets except last set */ in DecodeNonPCWs()
229 for (trial = *pNumSegment; trial > 0; trial--) { in DecodeNonPCWs()
270 *pNumSegment); /* index of the current codeword in DecodeNonPCWs()
[all …]