Searched refs:BitGroups (Results 1 – 1 of 1) sorted by relevance
983 BitGroups.clear(); in collectBitGroups()996 if (BitGroups.empty()) in collectBitGroups()1006 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()1013 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()1016 if (BitGroups.empty()) in collectBitGroups()1020 if (BitGroups.size() > 1) { in collectBitGroups()1024 if (BitGroups[0].StartIdx == 0 && in collectBitGroups()1025 BitGroups[BitGroups.size()-1].EndIdx == Bits.size()-1 && in collectBitGroups()1026 BitGroups[0].V == BitGroups[BitGroups.size()-1].V && in collectBitGroups()1027 BitGroups[0].RLAmt == BitGroups[BitGroups.size()-1].RLAmt) { in collectBitGroups()[all …]