Searched refs:bitCount (Results 1 – 1 of 1) sorted by relevance
627 UInt32 bitCount = 0; in LzmaEnc_InitPriceTables() local632 bitCount <<= 1; in LzmaEnc_InitPriceTables()636 bitCount++; in LzmaEnc_InitPriceTables()639 … ProbPrices[i >> kNumMoveReducingBits] = ((kNumBitModelTotalBits << kCyclesBits) - 15 - bitCount); in LzmaEnc_InitPriceTables()