Searched refs:BitGroups (Results 1 – 1 of 1) sorted by relevance
1464 BitGroups.clear(); in collectBitGroups()1478 if (BitGroups.empty()) in collectBitGroups()1498 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()1506 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()1509 if (BitGroups.empty()) in collectBitGroups()1513 if (BitGroups.size() > 1) { in collectBitGroups()1517 if (BitGroups[0].StartIdx == 0 && in collectBitGroups()1518 BitGroups[BitGroups.size()-1].EndIdx == Bits.size()-1 && in collectBitGroups()1519 BitGroups[0].V == BitGroups[BitGroups.size()-1].V && in collectBitGroups()1520 BitGroups[0].RLAmt == BitGroups[BitGroups.size()-1].RLAmt) { in collectBitGroups()[all …]