Lines Matching refs:pNumSegment
102 static UINT InitSegmentBitfield(UINT *pNumSegment,
129 UINT *pNumSegment; in DecodeNonPCWs() local
150 pNumSegment = &(pHcr->segmentInfo.numSegment); in DecodeNonPCWs()
157 numValidSegment = InitSegmentBitfield(pNumSegment, in DecodeNonPCWs()
165 numSet = ((numCodeword - 1) / *pNumSegment) + 1; in DecodeNonPCWs()
176 …numCodeword -= *pNumSegment; /* number of remaining non PCWs [for all s… in DecodeNonPCWs()
177 if ( numCodeword < *pNumSegment ) { in DecodeNonPCWs()
181 codewordInSet = *pNumSegment; /* for all sets except last set */ in DecodeNonPCWs()
215 for ( trial = *pNumSegment; trial > 0; trial-- ) { in DecodeNonPCWs()
255 …codewordOffset = ModuloValue(codewordOffset,*pNumSegment); /* index of the current codeword l… in DecodeNonPCWs()
263 …codewordOffset = ModuloValue(codewordOffset,*pNumSegment); /* index of the current codeword… in DecodeNonPCWs()
270 …codewordOffsetBase = ModuloValue(codewordOffsetBase,*pNumSegment); /* index of the current code… in DecodeNonPCWs()
321 static UINT InitSegmentBitfield(UINT *pNumSegment, in InitSegmentBitfield() argument
333 *pNumWordForBitfield = ((*pNumSegment-1) >> THIRTYTWO_LOG_DIV_TWO_LOG) + 1; in InitSegmentBitfield()
338 *pNumBitValidInLastWord = *pNumSegment; in InitSegmentBitfield()