Lines Matching refs:numSegment
122 static void DeriveNumberOfExtendedSortedSectionsInSets(UINT numSegment,
497 DeriveNumberOfExtendedSortedSectionsInSets(pHcr->segmentInfo.numSegment, in HcrDecoder()
841 USHORT numSegment = 0; in HcrPrepareSegmentationGrid() local
873 numSegment += 1; in HcrPrepareSegmentationGrid()
895 pHcr->segmentInfo.numSegment = numSegment; in HcrPrepareSegmentationGrid()
921 UINT numSegment = pHcr->segmentInfo.numSegment; in HcrExtendedSectionInfo() local
929 inSegmentRemainNumCW = numSegment; in HcrExtendedSectionInfo()
938 inSegmentRemainNumCW = numSegment; in HcrExtendedSectionInfo()
947 inSegmentRemainNumCW = numSegment; in HcrExtendedSectionInfo()
991 static void DeriveNumberOfExtendedSortedSectionsInSets(UINT numSegment, in DeriveNumberOfExtendedSortedSectionsInSets() argument
1009 if (cwSum > numSegment) { in DeriveNumberOfExtendedSortedSectionsInSets()
1016 if ( cwSum == numSegment ) { in DeriveNumberOfExtendedSortedSectionsInSets()
1337 UINT numSegment = pHcr->segmentInfo.numSegment; in errDetectWithinSegmentationFinal() local
1339 for ( i=numSegment; i != 0 ; i--) { in errDetectWithinSegmentationFinal()