Searched refs:GetSampledBitsCount (Results 1 – 2 of 2) sorted by relevance
414 if ((table_size <= 2) && (GetSampledBitsCount() > 1)) { in TryCompileOptimisedDecodeTable()479 static_cast<size_t>(1) << GetSampledBitsCount()); in Compile()484 for (uint32_t bits = 0; bits < (1U << GetSampledBitsCount()); bits++) { in Compile()
555 size_t GetSampledBitsCount() const { return sampled_bits_.size(); } in GetSampledBitsCount() function