Searched refs:LastRLAmt (Results 1 – 1 of 1) sorted by relevance
1874 unsigned LastRLAmt = RLAmt[0]; in collectBitGroups() local1883 ThisRLAmt = LastRLAmt; in collectBitGroups()1899 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()1906 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()1908 LastRLAmt = ThisRLAmt; in collectBitGroups()1914 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()