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

/external/aac/libAACdec/src/
H A Daacdec_hcrs.cpp102 static UINT InitSegmentBitfield(UINT *pNumSegment,
129 UINT *pNumSegment; local
150 pNumSegment = &(pHcr->segmentInfo.numSegment);
157 numValidSegment = InitSegmentBitfield(pNumSegment,
165 numSet = ((numCodeword - 1) / *pNumSegment) + 1;
176 numCodeword -= *pNumSegment; /* number of remaining non PCWs [for all sets] */
177 if ( numCodeword < *pNumSegment ) {
181 codewordInSet = *pNumSegment; /* for all sets except last set */
215 for ( trial = *pNumSegment; trial > 0; trial-- ) {
255 codewordOffset = ModuloValue(codewordOffset,*pNumSegment); /* inde
321 InitSegmentBitfield(UINT *pNumSegment, SCHAR *pRemainingBitsInSegment, UINT *pSegmentBitfield, UCHAR *pNumWordForBitfield, USHORT *pNumBitValidInLastWord) argument
[all...]

Completed in 107 milliseconds