Lines Matching refs:numSegment
132 UINT numSegment, USHORT *pNumExtendedSortedCodewordInSection,
457 pHcr->segmentInfo.numSegment, in HcrDecoder()
801 USHORT numSegment = 0; in HcrPrepareSegmentationGrid() local
836 numSegment += 1; in HcrPrepareSegmentationGrid()
858 pHcr->segmentInfo.numSegment = numSegment; in HcrPrepareSegmentationGrid()
885 UINT numSegment = pHcr->segmentInfo.numSegment; in HcrExtendedSectionInfo() local
891 inSegmentRemainNumCW = numSegment; in HcrExtendedSectionInfo()
899 inSegmentRemainNumCW = numSegment; in HcrExtendedSectionInfo()
908 inSegmentRemainNumCW = numSegment; in HcrExtendedSectionInfo()
947 UINT numSegment, USHORT *pNumExtendedSortedCodewordInSection, in DeriveNumberOfExtendedSortedSectionsInSets() argument
962 if (cwSum > numSegment) { in DeriveNumberOfExtendedSortedSectionsInSets()
969 if (cwSum == numSegment) { in DeriveNumberOfExtendedSortedSectionsInSets()
1297 UINT numSegment = pHcr->segmentInfo.numSegment; in errDetectWithinSegmentationFinal() local
1299 for (i = numSegment; i != 0; i--) { in errDetectWithinSegmentationFinal()