Searched refs:pNumSegment (Results 1 – 1 of 1) sorted by relevance
102 static UINT InitSegmentBitfield(UINT *pNumSegment,129 UINT *pNumSegment; in DecodeNonPCWs() local150 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()[all …]