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

/external/aac/libAACdec/src/
H A Daacdec_hcrs.cpp112 static UINT InitSegmentBitfield(UINT *pNumSegment,
137 UINT *pNumSegment; local
158 pNumSegment = &(pHcr->segmentInfo.numSegment);
165 numValidSegment = InitSegmentBitfield(pNumSegment, pRemainingBitsInSegment,
171 numSet = ((numCodeword - 1) / *pNumSegment) + 1;
179 *pNumSegment; /* number of remaining non PCWs [for all sets] */
180 if (numCodeword < *pNumSegment) {
183 codewordInSet = *pNumSegment; /* for all sets except last set */
229 for (trial = *pNumSegment; trial > 0; trial--) {
270 *pNumSegment); /* inde
359 InitSegmentBitfield(UINT *pNumSegment, SCHAR *pRemainingBitsInSegment, UINT *pSegmentBitfield, UCHAR *pNumWordForBitfield, USHORT *pNumBitValidInLastWord) argument
[all...]

Completed in 111 milliseconds