Searched refs:pNumSegment (Results 1 – 1 of 1) sorted by relevance
112 static UINT InitSegmentBitfield(UINT *pNumSegment,137 UINT *pNumSegment; in DecodeNonPCWs() local158 pNumSegment = &(pHcr->segmentInfo.numSegment); in DecodeNonPCWs()165 numValidSegment = InitSegmentBitfield(pNumSegment, pRemainingBitsInSegment, in DecodeNonPCWs()171 numSet = ((numCodeword - 1) / *pNumSegment) + 1; in DecodeNonPCWs()181 *pNumSegment; /* number of remaining non PCWs [for all sets] */ in DecodeNonPCWs()182 if (numCodeword < *pNumSegment) { in DecodeNonPCWs()185 codewordInSet = *pNumSegment; /* for all sets except last set */ in DecodeNonPCWs()231 for (trial = *pNumSegment; trial > 0; trial--) { in DecodeNonPCWs()272 *pNumSegment); /* index of the current codeword in DecodeNonPCWs()[all …]