Searched refs:BitGroups (Results 1 – 1 of 1) sorted by relevance
1039 BitGroups.clear(); in collectBitGroups()1052 if (BitGroups.empty()) in collectBitGroups()1062 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()1069 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()1072 if (BitGroups.empty()) in collectBitGroups()1076 if (BitGroups.size() > 1) { in collectBitGroups()1080 if (BitGroups[0].StartIdx == 0 && in collectBitGroups()1081 BitGroups[BitGroups.size()-1].EndIdx == Bits.size()-1 && in collectBitGroups()1082 BitGroups[0].V == BitGroups[BitGroups.size()-1].V && in collectBitGroups()1083 BitGroups[0].RLAmt == BitGroups[BitGroups.size()-1].RLAmt) { in collectBitGroups()[all …]