Lines Matching refs:pNumSegment
112 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()
282 *pNumSegment); /* index of the current codeword lies within in DecodeNonPCWs()
291 ModuloValue(codewordOffsetBase, *pNumSegment); /* index of the in DecodeNonPCWs()
359 static UINT InitSegmentBitfield(UINT *pNumSegment, in InitSegmentBitfield() argument
371 (*pNumSegment == 0) in InitSegmentBitfield()
373 : ((*pNumSegment - 1) >> THIRTYTWO_LOG_DIV_TWO_LOG) + 1; in InitSegmentBitfield()
379 *pNumBitValidInLastWord = *pNumSegment; in InitSegmentBitfield()